[FFmpeg-cvslog] r25752 - in trunk: doc/APIchanges libavcodec/avcodec.h

aurel subversion
Sun Nov 14 18:31:06 CET 2010


Author: aurel
Date: Sun Nov 14 18:31:06 2010
New Revision: 25752

Log:
minor bump and APIchanges for r25745

Modified:
   trunk/doc/APIchanges
   trunk/libavcodec/avcodec.h

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Sun Nov 14 11:23:58 2010	(r25751)
+++ trunk/doc/APIchanges	Sun Nov 14 18:31:06 2010	(r25752)
@@ -13,6 +13,10 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-11-13 - r25745 - lavc 52.95.0 - AVCodecContext
+  Add AVCodecContext.subtitle_header and AVCodecContext.subtitle_header_size
+  fields.
+
 2010-11-13 - r25740 - lavfi 1.62.0 - avfiltergraph.h
   Make avfiltergraph.h public.
 

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Sun Nov 14 11:23:58 2010	(r25751)
+++ trunk/libavcodec/avcodec.h	Sun Nov 14 18:31:06 2010	(r25752)
@@ -32,8 +32,8 @@
 #include "libavutil/cpu.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 94
-#define LIBAVCODEC_VERSION_MICRO  4
+#define LIBAVCODEC_VERSION_MINOR 95
+#define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list