Browse code

minor bump and APIchanges for r25745

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

Aurelien Jacobs authored on 2010/11/15 02:31:06
Showing 2 changed files
... ...
@@ -13,6 +13,10 @@ libavutil:   2009-03-08
13 13
 
14 14
 API changes, most recent first:
15 15
 
16
+2010-11-13 - r25745 - lavc 52.95.0 - AVCodecContext
17
+  Add AVCodecContext.subtitle_header and AVCodecContext.subtitle_header_size
18
+  fields.
19
+
16 20
 2010-11-13 - r25740 - lavfi 1.62.0 - avfiltergraph.h
17 21
   Make avfiltergraph.h public.
18 22
 
... ...
@@ -32,8 +32,8 @@
32 32
 #include "libavutil/cpu.h"
33 33
 
34 34
 #define LIBAVCODEC_VERSION_MAJOR 52
35
-#define LIBAVCODEC_VERSION_MINOR 94
36
-#define LIBAVCODEC_VERSION_MICRO  4
35
+#define LIBAVCODEC_VERSION_MINOR 95
36
+#define LIBAVCODEC_VERSION_MICRO  0
37 37
 
38 38
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
39 39
                                                LIBAVCODEC_VERSION_MINOR, \