diff libswscale/swscale.h @ 26151:5884743208b6

change sws_format_name to return const char*, supress many warnings
author bcoudurier
date Thu, 06 Mar 2008 11:32:25 +0000
parents 123219eaeeca
children 1b5516898adb
line wrap: on
line diff
--- a/libswscale/swscale.h	Thu Mar 06 09:51:25 2008 +0000
+++ b/libswscale/swscale.h	Thu Mar 06 11:32:25 2008 +0000
@@ -31,7 +31,7 @@
 
 #define LIBSWSCALE_VERSION_MAJOR 0
 #define LIBSWSCALE_VERSION_MINOR 5
-#define LIBSWSCALE_VERSION_MICRO 0
+#define LIBSWSCALE_VERSION_MICRO 1
 
 #define LIBSWSCALE_VERSION_INT  AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
                                                LIBSWSCALE_VERSION_MINOR, \