diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-09-05 04:37:14 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-09-05 04:37:14 +0000 |
commit | eb57c88973cacd0e451fea3a6bbaff66e6dacedd (patch) | |
tree | d4d3a4f7bf04931635662a416878c6de94bb9c55 /libavformat/riff.c | |
parent | 353e433b96b551a4ff0fe6f85fa73d3990682fc1 (diff) | |
download | ffmpeg-eb57c88973cacd0e451fea3a6bbaff66e6dacedd.tar.gz |
VMware Video decoder (fourcc: VMnc)
Originally committed as revision 6171 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 128323ad45..c89da5c00b 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -155,6 +155,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') }, { CODEC_ID_CAVS, MKTAG('C', 'A', 'V', 'S') }, { CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') }, + { CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') }, { CODEC_ID_RAWVIDEO, 0 }, { CODEC_ID_NONE, 0 }, }; |