Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-10 13:58:53 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-09-10 20:52:28 +0400
commit722762f7e1212b4d02142778fabfdd73375722e0 (patch)
treebed791c1259c4fc4c390edc2dbb1cdc6c4badfb8 /libavfilter/version.h
parente14725cecc1941f5b87209b8846dbea34b64a3c1 (diff)
lavfi/setpts: add FRAME_RATE constant
Useful for dealing with constant frame-rate video.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 607948d7f0..9d96d77cb1 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 16
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MICRO 102
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \