diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-10-04 12:07:55 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-10-17 18:09:29 +0200 |
commit | 8696e51bafdc08baa8fe74fc4bc95904f4ad5654 (patch) | |
tree | e99d3cc749e221e1efaca25d60fd6b69275c7cf9 /libavutil/version.h | |
parent | d96e377c394cc4664a91bfd2c24bbb80f42ea8de (diff) | |
download | ffmpeg-8696e51bafdc08baa8fe74fc4bc95904f4ad5654.tar.gz |
lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functions
The new type is compatible with AV_OPT_TYPE_INT64, but allows to specify
channel layouts using the format accepted by av_get_channel_layout().
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 001b612d4e..956187e765 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -75,8 +75,8 @@ */ #define LIBAVUTIL_VERSION_MAJOR 52 -#define LIBAVUTIL_VERSION_MINOR 46 -#define LIBAVUTIL_VERSION_MICRO 101 +#define LIBAVUTIL_VERSION_MINOR 47 +#define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ LIBAVUTIL_VERSION_MINOR, \ |