diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-12 17:43:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-12 17:43:36 +0000 |
commit | 3679f659461b797ec95aafea5654050c52779889 (patch) | |
tree | 9153da32ff0fc85a5c3b1fad6734f8af1a1e0eec /libavformat/isom.c | |
parent | 05e894bcdcf631eb533279aa7cfc0d9dcd77dec4 (diff) | |
download | ffmpeg-3679f659461b797ec95aafea5654050c52779889.tar.gz |
remove wrong avid imx ntsc fourcc
Originally committed as revision 8350 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index 5a69e075a2..92bba56536 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -110,7 +110,6 @@ const AVCodecTag codec_movvideo_tags[] = { { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'x', '3', 'n') }, /* MPEG2 IMX NTSC 525/60 30mb/s produced by FCP */ { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'x', '3', 'p') }, /* MPEG2 IMX PAL 625/50 30mb/s produced by FCP */ { CODEC_ID_MPEG2VIDEO, MKTAG('A', 'V', 'm', 'p') }, /* AVID IMX PAL */ - { CODEC_ID_MPEG2VIDEO, MKTAG('A', 'V', 'm', 'n') }, /* AVID IMX NTSC */ //{ CODEC_ID_JPEG2000, MKTAG('m', 'j', 'p', '2') }, /* JPEG 2000 produced by FCP */ |