diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2012-07-15 13:25:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-15 14:49:32 +0200 |
commit | 96e25073637f1fdc4818e193e74c38570c390d70 (patch) | |
tree | e1f8f01ff2baf0866c542debed29eb45f4f0e4de /libavformat/isom.c | |
parent | 198c4ea200f0d9e3058938688acb47036991f2c8 (diff) | |
download | ffmpeg-96e25073637f1fdc4818e193e74c38570c390d70.tar.gz |
isom: add "NO16" FourCC
samples:
http://www.datafilehost.com/download-46d9a0fa.html
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index 088845350c..bcd5894f0a 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -86,6 +86,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { CODEC_ID_RAWVIDEO, MKTAG('b', 'x', 'b', 'g') }, { CODEC_ID_RAWVIDEO, MKTAG('b', 'x', 'r', 'g') }, { CODEC_ID_RAWVIDEO, MKTAG('b', 'x', 'y', 'v') }, + { CODEC_ID_RAWVIDEO, MKTAG('N', 'O', '1', '6') }, { CODEC_ID_RAWVIDEO, MKTAG('D', 'V', 'O', 'O') }, /* Digital Voodoo SD 8 Bit */ { CODEC_ID_RAWVIDEO, MKTAG('R', '4', '2', '0') }, /* Radius DV YUV PAL */ { CODEC_ID_RAWVIDEO, MKTAG('R', '4', '1', '1') }, /* Radius DV YUV NTSC */ |