Browse Source

Support MPEG-2 video mov files with sample description mp2v.

tags/n2.2-rc1
Carl Eugen Hoyos 12 years ago
parent
commit
0aded6bf02
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/isom.c

+ 1
- 0
libavformat/isom.c View File

@@ -218,6 +218,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', 'h', 'd') }, /* XDCAM HD 540p */
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', 'h', '2') }, /* XDCAM HD422 540p */
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('A', 'V', 'm', 'p') }, /* AVID IMX PAL */
{ AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', '2', 'v') }, /* FCP5 */

{ AV_CODEC_ID_JPEG2000, MKTAG('m', 'j', 'p', '2') }, /* JPEG 2000 produced by FCP */



Loading…
Cancel
Save