diff options
author | Marton Balint <cus@passwd.hu> | 2011-10-07 00:30:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-07 02:53:18 +0200 |
commit | cbfca6225a4e8a3f21f653d5a18f4acde23cfb4c (patch) | |
tree | 30b50903048383aa85dd0f7d6f16c3fa8f607d08 | |
parent | d2ba6044217588788534ed1bf1609385d804e956 (diff) | |
download | ffmpeg-cbfca6225a4e8a3f21f653d5a18f4acde23cfb4c.tar.gz |
avutil: bump minor version because of av_get_default_channel_layout type fix
Well, probably an ABI breakage at least for 32bit, but hopefully it will go
unnoticed because the fix happened realtively soon.
Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 afd9d2d07f..360eb4229d 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 51 -#define LIBAVUTIL_VERSION_MINOR 19 +#define LIBAVUTIL_VERSION_MINOR 20 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |