aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2011-12-13 14:33:48 -0500
committerDiego Biurrun <diego@biurrun.de>2011-12-13 23:34:24 +0100
commit80f6c0bb95bb90f599b0c76c0fbac5454eff3b2f (patch)
tree12f773485e9db3fce90f141754d36f5372b1d173 /libavcodec/avcodec.h
parent86ae5124539c4077bca0b2c7686f87da39acb6b5 (diff)
downloadffmpeg-80f6c0bb95bb90f599b0c76c0fbac5454eff3b2f.tar.gz
v410 encoder and decoder
v410 is a packed 10-bit 4:4:4 YCbCr format used in QuickTime. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index fe65a6e299..1715bbb32b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -253,6 +253,7 @@ enum CodecID {
CODEC_ID_BMV_VIDEO,
CODEC_ID_VBLE,
CODEC_ID_DXTORY,
+ CODEC_ID_V410,
/* various PCM "codecs" */
CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs