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:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-09 13:24:16 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-12-09 13:24:16 +0400
commit66dc3ba356e6651e85098e6aab048c6680ea2845 (patch)
tree103b8591ece66c358e62d1a0517f1e1f4d5d7004 /libavcodec/version.h
parente8ca7cfa4f4207be9b07e6135e6ba7a95ba89aa8 (diff)
Flip zerocodec output.
Fixes ticket #1218
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index ac33ccebdd..1aab993df8 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 54
#define LIBAVCODEC_VERSION_MINOR 79
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \