diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-03-18 13:00:18 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-19 00:19:13 +0100 |
commit | 6cabb679d6aef310277b2995a13d53695da3c15a (patch) | |
tree | 8d220de4e5b915ec2406da24f177b6fd9a7b38c4 /libavformat/riff.c | |
parent | bae053fca4cf662a223821f1e1fe43236e1cf2ff (diff) | |
download | ffmpeg-6cabb679d6aef310277b2995a13d53695da3c15a.tar.gz |
ZeroCodec Decoder
An obscure Japanese lossless video codec, originally intended
for use with a remote desktop application.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 774a02f82d..650bea6f72 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -298,6 +298,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') }, { CODEC_ID_ESCAPE130, MKTAG('E', '1', '3', '0') }, { CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') }, + { CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') }, { CODEC_ID_Y41P, MKTAG('Y', '4', '1', 'P') }, { CODEC_ID_NONE, 0 } }; |