summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-03-02 11:21:48 +0100
committerDiego Biurrun <diego@biurrun.de>2017-04-25 15:39:10 +0200
commit189157c3fc8eeb691e3684b09d971eb5ddb47d5b (patch)
tree704655cb4e3cb2d2bbe1cea0e2c2ded9b48bea6e /libavcodec/avcodec.h
parentc55f2ae2b8d4de473f945aebd6a7a89b6b83e87a (diff)
Add ClearVideo decoder
Only I-frames are decoded for now. 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 4cf446faf9..3118b10e9b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -409,6 +409,7 @@ enum AVCodecID {
AV_CODEC_ID_PIXLET,
AV_CODEC_ID_CFHD,
AV_CODEC_ID_FMVC,
+ AV_CODEC_ID_CLEARVIDEO,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs