summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2011-10-16 20:22:59 -0400
committerMichael Niedermayer <michaelni@gmx.at>2011-10-17 23:44:12 +0200
commit1de357d6da3c4e4c1c47c8be182efbb4d4d8d7b4 (patch)
tree19d0161895c9ff68737683867b5877bcbf884555 /libavcodec/avcodec.h
parentfe87b2e79c734a111747a239943c7340f8d3f7d7 (diff)
libutvideo: Add Ut Video Decoder Wrapper
Add a wrapper for libutvideo's decoder. This supports decoding the following FOURCCs: ULY0 - 4:2:0 YCbCr ULY2 - 4:2:2 YCbCr ULRG - RGB ULRA - RGBA Also, bump version. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5a77d439f2..2e94751b32 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -212,6 +212,7 @@ enum CodecID {
CODEC_ID_VC1IMAGE,
CODEC_ID_8SVX_RAW,
CODEC_ID_G2M,
+ CODEC_ID_UTVIDEO = 0x800,
/* various PCM "codecs" */
CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs