diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-11-08 16:32:50 +0100 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-08 18:35:49 -0400 |
commit | b2db35995f056720cc4e932d507ea09c0106bce9 (patch) | |
tree | 3e91460a5c1523378a74b023c085e6a728d75f74 /libavutil/avutil.h | |
parent | 4d693b023c885f6821e2347137943d751469bd0b (diff) | |
download | ffmpeg-b2db35995f056720cc4e932d507ea09c0106bce9.tar.gz |
audioconvert: make av_get_channel_layout accept composite names.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
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 df7d678c98..8a144a4668 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -153,7 +153,7 @@ #define LIBAVUTIL_VERSION_MAJOR 51 #define LIBAVUTIL_VERSION_MINOR 27 -#define LIBAVUTIL_VERSION_MICRO 0 +#define LIBAVUTIL_VERSION_MICRO 1 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |