Browse code

minor bump and Changelog entry for r25747

Originally committed as revision 25753 to svn://svn.ffmpeg.org/ffmpeg/trunk

Aurelien Jacobs authored on 2010/11/15 02:33:43
Showing 2 changed files
... ...
@@ -54,6 +54,7 @@ version <next>:
54 54
 - setpts filter added
55 55
 - Win64 support for optimized asm functions
56 56
 - MJPEG/AVI1 to JPEG/JFIF bitstream filter
57
+- ASS subtitle encoder and decoder
57 58
 
58 59
 
59 60
 version 0.6:
... ...
@@ -32,7 +32,7 @@
32 32
 #include "libavutil/cpu.h"
33 33
 
34 34
 #define LIBAVCODEC_VERSION_MAJOR 52
35
-#define LIBAVCODEC_VERSION_MINOR 95
35
+#define LIBAVCODEC_VERSION_MINOR 96
36 36
 #define LIBAVCODEC_VERSION_MICRO  0
37 37
 
38 38
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \