diff options
author | Daniel Verkamp <daniel@drv.nu> | 2010-03-09 01:03:09 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2010-03-09 01:03:09 +0000 |
commit | bf3541220188c708dd618ca28f5b73fb2ecfa149 (patch) | |
tree | 55c16528a63b9b3cd4e11f1f543d401250fcd409 /libavformat/riff.c | |
parent | 987e857f638bff63f11905d06466e198a9765f65 (diff) | |
download | ffmpeg-bf3541220188c708dd618ca28f5b73fb2ecfa149.tar.gz |
Kega Game Video (KGV1) decoder
Originally committed as revision 22364 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 0a3bc95062..f241421b80 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -240,6 +240,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_AURA, MKTAG('A', 'U', 'R', 'A') }, { CODEC_ID_AURA2, MKTAG('A', 'U', 'R', '2') }, { CODEC_ID_DPX, MKTAG('d', 'p', 'x', ' ') }, + { CODEC_ID_KGV1, MKTAG('K', 'G', 'V', '1') }, { CODEC_ID_NONE, 0 } }; |