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:
authorClément Bœsch <ubitux@gmail.com>2012-04-14 23:46:01 +0400
committerClément Bœsch <ubitux@gmail.com>2012-04-27 21:39:19 +0400
commit423b82766870c15c93a7786c29cb9c8bf69a0fcb (patch)
tree4979f0e526209f68d88b5f4beca0ebfff5399668 /libavcodec/version.h
parente40981b8c498da55752c42061cc401a1bb858e68 (diff)
lavc: add MicroDVD decoder.
Based on my MicroDVD->ASS conversion code from MPlayer (sub/subassconvert.c).
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 6a9b1ad284..6ca41d3dee 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 15
+#define LIBAVCODEC_VERSION_MINOR 16
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \