diff avutil.h @ 799:cb32a271f4cd libavutil

Add a function to convert a number to a av_malloced string.
author michael
date Sun, 13 Dec 2009 17:09:41 +0000
parents 41da9d9d39b7
children 98783d518982
line wrap: on
line diff
--- a/avutil.h	Sat Dec 12 16:24:37 2009 +0000
+++ b/avutil.h	Sun Dec 13 17:09:41 2009 +0000
@@ -35,7 +35,7 @@
 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
 
 #define LIBAVUTIL_VERSION_MAJOR 50
-#define LIBAVUTIL_VERSION_MINOR  6
+#define LIBAVUTIL_VERSION_MINOR  7
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \