Browse code

lavc: Micro version bump for VC1 interlaced decoding support

Signed-off-by: Anton Khirnov <anton@khirnov.net>

Mashiat Sarker Shakkhar authored on 2011/10/07 04:00:27
Showing 2 changed files
... ...
@@ -49,6 +49,7 @@ easier to use. The changes are:
49 49
 - select filter
50 50
 - Apple ProRes decoder
51 51
 - CELT in Ogg demuxing
52
+- VC-1 interlaced decoding
52 53
 
53 54
 
54 55
 version 0.7:
... ...
@@ -22,7 +22,7 @@
22 22
 
23 23
 #define LIBAVCODEC_VERSION_MAJOR 53
24 24
 #define LIBAVCODEC_VERSION_MINOR  12
25
-#define LIBAVCODEC_VERSION_MICRO  1
25
+#define LIBAVCODEC_VERSION_MICRO  2
26 26
 
27 27
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
28 28
                                                LIBAVCODEC_VERSION_MINOR, \