On Thu, Mar 13, 2014 at 4:19 PM, Luca Barbato <[email protected]> wrote:
> Unbreak some MXF Proxy files.
> ---
>  libavformat/mxf.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/mxf.c b/libavformat/mxf.c
> index 01018d3..3b92583 100644
> --- a/libavformat/mxf.c
> +++ b/libavformat/mxf.c
> @@ -45,6 +45,7 @@ const MXFCodecUL ff_mxf_codec_uls[] = {
>      { { 
> 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x71,0x00,0x00,0x00
>  }, 13,      AV_CODEC_ID_DNXHD }, /* SMPTE VC-3/DNxHD */
>      { { 
> 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x03,0x02,0x00,0x00
>  }, 14,      AV_CODEC_ID_DNXHD }, /* SMPTE VC-3/DNxHD */
>      { { 
> 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x01,0x32,0x00,0x00
>  }, 14,       AV_CODEC_ID_H264 }, /* H.264/MPEG-4 AVC Intra */
> +    { { 
> 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 */
>      { { 
> 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x01,0x01,0x02,0x02,0x00
>  }, 15,       AV_CODEC_ID_V210 }, /* V210 */
>      /* SoundEssenceCompression */
>      { { 
> 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x02,0x02,0x01,0x00,0x00,0x00,0x00
>  }, 13,  AV_CODEC_ID_PCM_S16LE }, /* Uncompressed */
> --
> 1.8.5.1

Looks ok
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to