[SCM] libav/experimental: minor bump and APIchanges for r25745

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:03 UTC 2013


The following commit has been merged in the experimental branch:
commit c716f91757de7e798d4ad8659d0a0a61f380d566
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Sun Nov 14 17:31:06 2010 +0000

    minor bump and APIchanges for r25745
    
    Originally committed as revision 25752 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/APIchanges b/doc/APIchanges
index d3a27dd..b6806f8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.
 
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c523cd6..eee0467 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list