diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-05 22:12:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-05 22:12:41 +0100 |
commit | 4cf4da9dc5814aebe8881d93b4a88f593b774448 (patch) | |
tree | 70a7c6514dd14c1a08e2d0f31d85279961e53504 /doc/APIchanges | |
parent | 751385fe3f6537b2f9d04d2055d23f49f5196efa (diff) | |
parent | 5b4797a21db900b7d509660b7a4d49829089b004 (diff) | |
download | ffmpeg-streaming-4cf4da9dc5814aebe8881d93b4a88f593b774448.zip ffmpeg-streaming-4cf4da9dc5814aebe8881d93b4a88f593b774448.tar.gz |
Merge commit '5b4797a21db900b7d509660b7a4d49829089b004'
* commit '5b4797a21db900b7d509660b7a4d49829089b004':
avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.
Conflicts:
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7e7b154..d43f459 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-12-xx - xxxxxxx - lavu 53.2.0 - frame.h + Add AV_FRAME_DATA_MATRIXENCODING value to the AVFrameSideDataType enum, which + identifies AVMatrixEncoding data. + 2013-12-xx - xxxxxxx - lavu 53.1.0 - channel_layout.h Add values for various Dolby flags to the AVMatrixEncoding enum. |