aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorKieran Kunhya <kieran@kunhya.com>2016-01-30 17:39:48 +0000
committerLuca Barbato <lu_zero@gentoo.org>2017-03-09 18:37:29 +0100
commit5f794aa1653aa04c1da7397e9ccacad947fadf5f (patch)
treeba72470c5a0dba26709381bdcbbee7c4c2b45f72 /libavcodec/avcodec.h
parentf6790b5e1075133ee39be91105f1135db7afd259 (diff)
downloadffmpeg-5f794aa1653aa04c1da7397e9ccacad947fadf5f.tar.gz
Add Cineform HD Decoder
Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Further fixes and refactorings by Anton Khirnov <anton@khirnov.net>, Diego Biurrun <diego@biurrun.de>, Vittorio Giovara <vittorio.giovara@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 c03754695f..62a4fab8f9 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -415,6 +415,7 @@ enum AVCodecID {
AV_CODEC_ID_TRUEMOTION2RT,
AV_CODEC_ID_AV1,
AV_CODEC_ID_PIXLET,
+ AV_CODEC_ID_CFHD,
/* various PCM "codecs" */
AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs