2017-01-12 18:27 GMT+01:00 Paul B Mahol <[email protected]>: > Signed-off-by: Paul B Mahol <[email protected]> > --- > libavformat/mxf.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/mxf.c b/libavformat/mxf.c > index e9c48e8..8a40b67 100644 > --- a/libavformat/mxf.c > +++ b/libavformat/mxf.c > @@ -61,6 +61,8 @@ const MXFCodecUL ff_mxf_codec_uls[] = { > { { > 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x01,0x31,0x11,0x01 > }, 14, AV_CODEC_ID_H264 }, /* H.264/MPEG-4 AVC SPS/PPS in-band */ > { { > 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x01,0x01,0x02,0x02,0x01 > }, 16, AV_CODEC_ID_V210 }, /* V210 */ > { { > 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x0E,0x04,0x02,0x01,0x02,0x11,0x00,0x00 > }, 14, AV_CODEC_ID_PRORES }, /* Avid MC7 ProRes */ > + { { > 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0D,0x04,0x01,0x02,0x02,0x03,0x06,0x04,0x00 > }, 16, AV_CODEC_ID_PRORES }, /* FCPX ProRes */ > + { { > 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0D,0x04,0x01,0x02,0x02,0x03,0x06,0x06,0x00 > }, 16, AV_CODEC_ID_PRORES }, /* FCPX ProRes */
I had not seen this mail before, sorry! Carl Eugen _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
