diff options
author | Omer Osman <omer.osman@iis.fraunhofer.de> | 2014-10-14 16:43:08 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-10-17 15:48:31 +0300 |
commit | 66e9f839536238945fbfe9d2041b6891cb150e45 (patch) | |
tree | ec6bc5257ed73f7bc066d132444052a0a9d31970 /libavcodec/version.h | |
parent | b01a2204b5cff7bb920f42fda1bb0103f450fe93 (diff) | |
download | ffmpeg-66e9f839536238945fbfe9d2041b6891cb150e45.tar.gz |
libfdk-aacdec: Enable Dynamic Range Control Metadata Support
For streams which contain DRC metadata, the FDK decoder is able to
control rendering of the decoded output. The rendering parameters
are detailed in fdk_aac_dec_options [].
The default behavior is left up to the decoder.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 617b688dff..6b5f6dcace 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 56 #define LIBAVCODEC_VERSION_MINOR 5 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MICRO 2 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |