diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-04 15:35:15 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-04 15:37:59 +0100 |
commit | 17edc370b2e0656ed827b20a865347a9c87cbc1a (patch) | |
tree | 7d14fd5c08a87594d99f2e4680feeb49ac1611a4 /libavcodec/avcodec.h | |
parent | 2754514787838d00753c27e044494a49608b7e4d (diff) | |
download | ffmpeg-17edc370b2e0656ed827b20a865347a9c87cbc1a.tar.gz |
yuv4 libquicktime packed 4:2:0 encoder and decoder.
Reviewed-by: Derek Buitenhuis
Reviewed-by: Paul B Mahol
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 e37cb0df67..2b7ac65c13 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -262,6 +262,7 @@ enum CodecID { CODEC_ID_G2M = MKBETAG( 0 ,'G','2','M'), CODEC_ID_V308 = MKBETAG('V','3','0','8'), + CODEC_ID_YUV4 = MKBETAG('Y','U','V','4'), /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |