lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.

This commit is contained in:
Tim Walker 2014-02-15 17:12:22 +00:00
parent 9c0e4b3395
commit c98f3169bf
6 changed files with 164 additions and 1 deletions

View file

@ -13,6 +13,10 @@ libavutil: 2013-12-xx
API changes, most recent first:
2014-02-xx - xxxxxxx - lavu 53.3.0 - frame.h
Add AV_FRAME_DATA_DOWNMIX_INFO value to the AVFrameSideDataType enum and
downmix_info.h API, which identify downmix-related metadata.
2014-02-04 - d9ae103 - lavf 55.11.0 - avformat.h
Add AVFormatContext.max_interleave_delta for controlling amount of buffering
when interleaving.