diff options
author | Jacob Lifshay <programmerjake@gmail.com> | 2025-07-22 23:07:14 -0700 |
---|---|---|
committer | Jacob Lifshay <programmerjake@gmail.com> | 2025-08-08 03:04:42 -0700 |
commit | 1c85a3832afd39caac5ca76436162f790849e46b (patch) | |
tree | dd9fefd5a4c284546bb0b16205e9047409eaf94d /doc/APIchanges | |
parent | a566fcb9dc07262b0c6575466ce8cbc8b667e5b2 (diff) | |
download | ffmpeg-1c85a3832afd39caac5ca76436162f790849e46b.tar.gz |
lavc: add API for manipulating SMPTE-436M VBI/ANC data
Signed-off-by: Jacob Lifshay <programmerjake@gmail.com>
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 7443884885..0bdfb5cfbb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2025-03-28 API changes, most recent first: +2025-07-29 - xxxxxxxxxx - lavc 62.10.100 - smpte_436m.h + Add a new public header smpte_436m.h with API for + manipulating AV_CODEC_ID_SMPTE_436M_ANC data. + 2025-07-10 - xxxxxxxxxx - lavf 62.2.100 mxf [de]muxer now uses AV_CODEC_ID_SMPTE_436M_ANC for the vbi_vanc_smpte_436M streams instead of AV_CODEC_ID_NONE. |