OSDN Git Service

minor bump and Changelog entry for r25747
authorAurelien Jacobs <aurel@gnuage.org>
Sun, 14 Nov 2010 17:33:43 +0000 (17:33 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sun, 14 Nov 2010 17:33:43 +0000 (17:33 +0000)
Originally committed as revision 25753 to svn://svn.ffmpeg.org/ffmpeg/trunk

Changelog
libavcodec/avcodec.h

index 879db95..b173e1c 100644 (file)
--- 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:
index eee0467..bff9477 100644 (file)
@@ -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, \