diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2014-04-03 15:08:04 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:24 +0200 |
commit | 6aa7cbd58c3e581250c23296736a612252354f00 (patch) | |
tree | cdbc1ff89fee08d9a5c620e91fc207b012f7ec31 /libavformat/riff.c | |
parent | adf0ff000055f09f7439e96aaa8178ed763013ee (diff) | |
download | ffmpeg-6aa7cbd58c3e581250c23296736a612252354f00.tar.gz |
riff: add dvis/pdvc FourCCs
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index b82b5da59c..0787f6350a 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -139,6 +139,8 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 's') }, { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') }, + { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'i', 's') }, + { AV_CODEC_ID_DVVIDEO, MKTAG('p', 'd', 'v', 'c') }, { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') }, { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') }, { AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') }, |