diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-02 15:51:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-04 03:09:57 +0100 |
commit | e921bd57e3056e53df9af3c8cee538d5f8948696 (patch) | |
tree | 5f901ca9fd3a7a83086f027072b35df094e57106 /libavutil | |
parent | 1003022668d755fe1015a7873efa32cfb47fe849 (diff) | |
download | ffmpeg-e921bd57e3056e53df9af3c8cee538d5f8948696.tar.gz |
Add forgotten minor API bumps and APIChanges entries
The bumps are for adding version.h and avio_{get/put}_str functions in
lavf and making av_dlog public in lavu.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to 'libavutil')
-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 74c2b5ef83..d6338a7689 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -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 36 +#define LIBAVUTIL_VERSION_MINOR 37 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |