diff options
author | ami_stuff <ami_stuff@o2.pl> | 2010-01-16 13:13:49 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-01-16 13:13:49 +0000 |
commit | 8be7ac98ca7e57c53e78371cdf13c981b552682f (patch) | |
tree | d565fef7ebf004af39b57444928399b3f9132ae6 /libavformat/riff.c | |
parent | 4c568cbcac8cead0b5d2f533012dc3eb9df7bfee (diff) | |
download | ffmpeg-8be7ac98ca7e57c53e78371cdf13c981b552682f.tar.gz |
Support decoding of SoftLab-NSK VideoTizer.
Patch by ami_stuff, ami_stuff o2 pl
Originally committed as revision 21245 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-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 0fd4a83ed3..23ecee5682 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -163,6 +163,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_RAWVIDEO, MKTAG('Y', '8', '0', '0') }, { CODEC_ID_RAWVIDEO, MKTAG('H', 'D', 'Y', 'C') }, { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', 'U', '9') }, + { CODEC_ID_RAWVIDEO, MKTAG('V', 'D', 'T', 'Z') }, /* SoftLab-NSK VideoTizer */ { CODEC_ID_FRWU, MKTAG('F', 'R', 'W', 'U') }, { CODEC_ID_R210, MKTAG('r', '2', '1', '0') }, { CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, |