ffmpeg | branch: master | Tomas Härdin <g...@haerdin.se> | Fri Sep 13 14:10:34 
2024 +0200| [665bf46ac24768854d8ddcad697d4e0fb890cad0] | committer: Tomas Härdin

lavf/mxfdec: Handle KLV fill

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=665bf46ac24768854d8ddcad697d4e0fb890cad0
---

 libavformat/mxfdec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 79b40c0ea6..2a076931ed 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -3232,6 +3232,7 @@ static const MXFMetadataReadTableEntry 
mxf_metadata_read_table[] = {
     { { 
0x06,0x0e,0x2b,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x04,0x01,0x02,0x02,0x00,0x00 
}, mxf_read_cryptographic_context, sizeof(MXFCryptoContext), CryptoContext },
     { { 
0x06,0x0e,0x2b,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x10,0x01,0x00 
}, mxf_read_index_table_segment, sizeof(MXFIndexTableSegment), 
IndexTableSegment },
     { { 
0x06,0x0e,0x2b,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x01,0x01,0x01,0x01,0x23,0x00 
}, mxf_read_essence_container_data, sizeof(MXFEssenceContainerData), 
EssenceContainerData },
+    { { 
0x06,0x0E,0x2B,0x34,0x01,0x01,0x01,0x02,0x03,0x01,0x02,0x10,0x01,0x00,0x00,0x00 
} }, /* KLV fill, skip */
 };
 
 static int mxf_metadataset_init(MXFMetadataSet *ctx, enum MXFMetadataSetType 
type, MXFPartition *partition)

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to