diff avutil.h @ 1019:4a16166d580e libavutil

2nd try to fix av_log() repeated detection
author michael
date Fri, 24 Sep 2010 15:37:01 +0000
parents 61cb1c0a6eb6
children 7cfd5ddf993b
line wrap: on
line diff
--- a/avutil.h	Tue Sep 14 14:45:43 2010 +0000
+++ b/avutil.h	Fri Sep 24 15:37:01 2010 +0000
@@ -40,7 +40,7 @@
 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
 
 #define LIBAVUTIL_VERSION_MAJOR 50
-#define LIBAVUTIL_VERSION_MINOR 27
+#define LIBAVUTIL_VERSION_MINOR 28
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \