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:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-01-04 18:35:15 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-01-04 18:37:59 +0400
commit17edc370b2e0656ed827b20a865347a9c87cbc1a (patch)
tree7d14fd5c08a87594d99f2e4680feeb49ac1611a4 /libavformat/riff.c
parent2754514787838d00753c27e044494a49608b7e4d (diff)
yuv4 libquicktime packed 4:2:0 encoder and decoder.
Reviewed-by: Derek Buitenhuis Reviewed-by: Paul B Mahol
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 aa86462636..cd2c9a0f0c 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -201,6 +201,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_V210, MKTAG('v', '2', '1', '0') },
{ CODEC_ID_V308, MKTAG('v', '3', '0', '8') },
{ CODEC_ID_V410, MKTAG('v', '4', '1', '0') },
+ { CODEC_ID_YUV4, MKTAG('y', 'u', 'v', '4') },
{ CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') },
{ CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') },
{ CODEC_ID_INDEO4, MKTAG('I', 'V', '4', '1') },