comparison mxf.c @ 1342:a71489fe75d6 libavformat

add another data definition ul
author bcoudurier
date Fri, 29 Sep 2006 12:25:44 +0000
parents 884baacb7f7e
children 32230618fd3d
comparison
equal deleted inserted replaced
1341:884baacb7f7e 1342:a71489fe75d6
621 621
622 /* SMPTE RP224 http://www.smpte-ra.org/mdd/index.html */ 622 /* SMPTE RP224 http://www.smpte-ra.org/mdd/index.html */
623 static const MXFDataDefinitionUL mxf_data_definition_uls[] = { 623 static const MXFDataDefinitionUL mxf_data_definition_uls[] = {
624 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x01,0x00,0x00,0x00 }, CODEC_TYPE_VIDEO }, 624 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x01,0x00,0x00,0x00 }, CODEC_TYPE_VIDEO },
625 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x00,0x00,0x00 }, CODEC_TYPE_AUDIO }, 625 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x00,0x00,0x00 }, CODEC_TYPE_AUDIO },
626 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x05,0x01,0x03,0x02,0x02,0x02,0x02,0x00,0x00 }, CODEC_TYPE_AUDIO },
626 { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, CODEC_TYPE_DATA }, 627 { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, CODEC_TYPE_DATA },
627 }; 628 };
628 629
629 static const MXFCodecUL mxf_codec_uls[] = { 630 static const MXFCodecUL mxf_codec_uls[] = {
630 /* PictureEssenceCoding */ 631 /* PictureEssenceCoding */