diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2012-05-15 20:22:49 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-05-15 20:22:49 +0200 |
commit | 6439ad495e2ce04dac3023a52a4b7158eb8c8b21 (patch) | |
tree | 80d73b17623d4efe94c30594ce4c291d831fe218 | |
parent | 47aae2bc2e4a9b3eacc5e563c1184be58b999d61 (diff) | |
download | ffmpeg-6439ad495e2ce04dac3023a52a4b7158eb8c8b21.tar.gz |
Add SLDV FourCC for dvvideo.
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 51a685aacc..ad99ebe1c9 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -119,6 +119,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 's') }, { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') }, { CODEC_ID_DVVIDEO, MKTAG('S', 'L', '2', '5') }, + { CODEC_ID_DVVIDEO, MKTAG('S', 'L', 'D', 'V') }, { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') }, { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') }, { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') }, |