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-09-14 19:12:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-14 21:48:45 +0400
commitfef412a24d77c9b78e118ee6c041179312dca8ed (patch)
treea1756ce1b186aad763b1d2cc5901e8fd850b1674
parente2d643efcd0570b3ee9668024dbe008b9161de58 (diff)
riff: Add SVQ3 fourcc
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 9ff2148375..f69e536506 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -317,6 +317,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_MTS2, MKTAG('M', 'T', 'S', '2') },
{ AV_CODEC_ID_CLLC, MKTAG('C', 'L', 'L', 'C') },
{ AV_CODEC_ID_MSS2, MKTAG('M', 'S', 'S', '2') },
+ { AV_CODEC_ID_SVQ3, MKTAG('S', 'V', 'Q', '3') },
{ AV_CODEC_ID_NONE, 0 }
};