diff options
author | John Stebbins <stebbins@jetheaddev.com> | 2015-11-06 07:29:18 -0800 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-11-18 11:37:27 +0100 |
commit | 79ae1e630b476889c251fc905687a3831b43ab5e (patch) | |
tree | 73b1e3e53ccec3079069b3ecb358da1c52bff55b /doc/APIchanges | |
parent | 7f4ec4364bc4a73036660c1c6a3c4801db524e9e (diff) | |
download | ffmpeg-79ae1e630b476889c251fc905687a3831b43ab5e.tar.gz |
avcodec: Define side data type for fallback track
This side data type is meant to be added to AVStream side data.
A fallback track indicates an alternate track to use when the
current track can not be decoded for some reason. e.g. no
decoder available for codec.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 1ec6fbc189..fbabb51ea3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-11-xx - xxxxxxx - lavc 57.9.0 - avcodec.h + Add AV_PKT_DATA_FALLBACK_TRACK for making fallback associations between + streams. + 2015-11-xx - xxxxxxx - lavf 57.1.0 - avformat.h Add av_stream_new_side_data(). |