]> git.sesse.net Git - ffmpeg/commitdiff
Bump minor number for many small improvements, tiff fax decoding,
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 27 Dec 2008 09:22:21 +0000 (09:22 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 27 Dec 2008 09:22:21 +0000 (09:22 +0000)
AVCodecContext refs is set during decoding.

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

libavcodec/avcodec.h

index 75ccb8a40043b72ad51e1c1528b6e334a74e81e4..4dbfa1e7e1757cad6dd37f52b19cc09cd5483901 100644 (file)
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR  8
+#define LIBAVCODEC_VERSION_MINOR  9
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \