diff options
author | Devin Heitmueller <dheitmueller@ltnglobal.com> | 2018-09-07 15:40:26 -0400 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-09-09 22:42:26 +0200 |
commit | 35498c124a81d4207e34e115840138d71307c2e3 (patch) | |
tree | d134a65eec502c2267ae4f01cc3cf722f2eb1547 /doc | |
parent | 8732dfa99549b8e233b50956cb27031e18806685 (diff) | |
download | ffmpeg-35498c124a81d4207e34e115840138d71307c2e3.tar.gz |
avcodec: add AV_PKT_DATA_AFD to allow AFD data to be embedded in AVPacket
Create a new AVPacket side data type for Active Format Description,
which mirrors the side data type found in AVFrame. The primary
use case for this is ensuring AFD gets preserved in the V210
encoder, so that the decklink libavdevice can output AFD.
Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 468cc122c7..a40476d630 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-09-09 - xxxxxxxxxx - lavc 58.29.100 - avcodec.h + Add AV_PKT_DATA_AFD + 2018-08-16 - xxxxxxxxxx - lavc 58.23.100 - avcodec.h Add av_bsf_flush(). |