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:
authorPaul B Mahol <onemda@gmail.com>2012-01-01 16:16:42 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-01-02 06:35:23 +0400
commitdfa77dead2c97ec84092066102b14a2524d4d88b (patch)
treecdbd2019a900668ac4bb5a2297ff966a25d6bd4c /libavformat/riff.c
parentb1031562351d81fb56f9338df5876dc2153d9f26 (diff)
y41p encoder and decoder
y41p is a packed 12-bit 4:1:1 YUV format used by Brooktree. Fixes issue 1123 / ticket #102. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 4f475ba04d..74f384d268 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -290,6 +290,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_Y41P, MKTAG('Y', '4', '1', 'P') },
{ CODEC_ID_NONE, 0 }
};