diff options
author | Jacob Lifshay <programmerjake@gmail.com> | 2025-07-10 19:31:38 -0700 |
---|---|---|
committer | Jacob Lifshay <programmerjake@gmail.com> | 2025-08-08 03:02:57 -0700 |
commit | f4ff379baea8a957784850dfe70f0978d8fae5b6 (patch) | |
tree | d7d9be5edb0d33c64d50e426e567196830025a6d /doc/APIchanges | |
parent | c421da385ff574bafda6b2ef1763570d3dcd22ac (diff) | |
download | ffmpeg-f4ff379baea8a957784850dfe70f0978d8fae5b6.tar.gz |
lavc: add AV_CODEC_ID_SMPTE_436M_ANC
This creates a new codec id for mxf vbi_vanc_smpte_436M streams.
This makes it easier to use from other [de]muxers and bitstream filters.
It's just the data in Table 7 (starts on page 13) of:
https://pub.smpte.org/latest/st436/s436m-2006.pdf
Signed-off-by: Jacob Lifshay <programmerjake@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4f7723506e..c43d2d7711 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28 API changes, most recent first: +2025-07-10 - xxxxxxxxxx - lavc 62.10.100 - codec_id.h + Add AV_CODEC_ID_SMPTE_436M_ANC. + 2025-08-08 - xxxxxxxxxx - lavc 62.9.100 - codec_id.h Add AV_CODEC_ID_PRORES_RAW. |