aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJacob Lifshay <programmerjake@gmail.com>2025-07-22 23:14:34 -0700
committerJacob Lifshay <programmerjake@gmail.com>2025-08-08 03:04:40 -0700
commita566fcb9dc07262b0c6575466ce8cbc8b667e5b2 (patch)
treeddc55767c92bec7c30c64e994bcbe39a6ed35bf9 /doc/APIchanges
parentf4ff379baea8a957784850dfe70f0978d8fae5b6 (diff)
downloadffmpeg-a566fcb9dc07262b0c6575466ce8cbc8b667e5b2.tar.gz
lavf: mxf [de]muxer now uses AV_CODEC_ID_SMPTE_436M_ANC instead of ..._NONE
this makes it easier to match against when using that format from other parts of ffmpeg. Signed-off-by: Jacob Lifshay <programmerjake@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c43d2d7711..7443884885 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-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.
+
2025-07-10 - xxxxxxxxxx - lavc 62.10.100 - codec_id.h
Add AV_CODEC_ID_SMPTE_436M_ANC.