diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-01 12:16:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-02 03:35:23 +0100 |
commit | dfa77dead2c97ec84092066102b14a2524d4d88b (patch) | |
tree | cdbd2019a900668ac4bb5a2297ff966a25d6bd4c /libavcodec/avcodec.h | |
parent | b1031562351d81fb56f9338df5876dc2153d9f26 (diff) | |
download | ffmpeg-dfa77dead2c97ec84092066102b14a2524d4d88b.tar.gz |
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 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b366674c7c..bb1e239d75 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -255,6 +255,7 @@ enum CodecID { CODEC_ID_VBLE, CODEC_ID_DXTORY, CODEC_ID_V410, + CODEC_ID_Y41P = MKBETAG('Y','4','1','P'), CODEC_ID_UTVIDEO = 0x800, CODEC_ID_ESCAPE130 = MKBETAG('E','1','3','0'), |