diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-12-13 17:09:41 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-12-13 17:09:41 +0000 |
commit | 277c73323733b53dfc8b7288394e5712f440e3eb (patch) | |
tree | a43af67c04c9dd0966667f3b30e5810d5b5bb870 /libavutil/avutil.h | |
parent | 005d9b57ad05acf7e8626467de8774c522182173 (diff) | |
download | ffmpeg-277c73323733b53dfc8b7288394e5712f440e3eb.tar.gz |
Add a function to convert a number to a av_malloced string.
Originally committed as revision 20829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 0a398680f4..4aab0432ba 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -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, \ |