[FFmpeg-cvslog] r32396 - trunk/libswscale/swscale.h

stefano subversion
Tue Sep 28 17:29:23 CEST 2010


Author: stefano
Date: Tue Sep 28 17:29:23 2010
New Revision: 32396

Log:
Bump minor version after the addition of sws_alloc_context() and
sws_init_context() of r32368.

Modified:
   trunk/libswscale/swscale.h

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	Tue Sep 28 01:47:54 2010	(r32395)
+++ trunk/libswscale/swscale.h	Tue Sep 28 17:29:23 2010	(r32396)
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBSWSCALE_VERSION_MAJOR 0
-#define LIBSWSCALE_VERSION_MINOR 11
+#define LIBSWSCALE_VERSION_MINOR 12
 #define LIBSWSCALE_VERSION_MICRO 0
 
 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list