Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-03-18 23:04:38 +0400
committerKostya Shishkov <kostya.shishkov@gmail.com>2012-03-19 22:02:23 +0400
commit0e714f889ee4e3a1632a11c345b5b5a1414d8fc5 (patch)
tree16d55d3d59fda67bdb6dc70b3d89f0e461a12737 /libavformat/riff.c
parentb8560637d93b632bd6b318baea4dc68b79e2ef85 (diff)
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: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 5b2fd80893..2b6165e990 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -283,6 +283,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'Y', '2') },
{ CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') },
{ CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') },
+ { CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') },
{ CODEC_ID_NONE, 0 }
};