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 14:02:30 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-09-10 20:52:28 +0400
commit206c34e17d7d8797811d9d48ef932db045649aa6 (patch)
tree4dc561084121aa12e97322482dfb74388ce7512b /libavfilter/version.h
parent722762f7e1212b4d02142778fabfdd73375722e0 (diff)
lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio
Should be more robust/consistent.
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 9d96d77cb1..5f642282b3 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 102
+#define LIBAVFILTER_VERSION_MICRO 103
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \