[SCM] libav/experimental: minor bump and Changelog entry for r25747

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 c99f9b0ac7b26db004217f176c85154151dd3d6a
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Sun Nov 14 17:33:43 2010 +0000

    minor bump and Changelog entry for r25747
    
    Originally committed as revision 25753 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Changelog b/Changelog
index 879db95..b173e1c 100644
--- a/Changelog
+++ b/Changelog
@@ -54,6 +54,7 @@ version <next>:
 - setpts filter added
 - Win64 support for optimized asm functions
 - MJPEG/AVI1 to JPEG/JFIF bitstream filter
+- ASS subtitle encoder and decoder
 
 
 version 0.6:
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index eee0467..bff9477 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -32,7 +32,7 @@
 #include "libavutil/cpu.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 95
+#define LIBAVCODEC_VERSION_MINOR 96
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list