summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKieran Kunhya <kieran@kunhya.com>2016-01-30 17:39:48 +0000
committerKieran Kunhya <kieran@kunhya.com>2016-01-30 17:44:13 +0000
commit3485332bf99602910fe8830b0230d02fc653135d (patch)
treed71e4d67a2df1a6f877593e158d86e6881841b0b /libavcodec/allcodecs.c
parent31f5fa21b03d16e285035a053d3267880ef9a12b (diff)
downloadffmpeg-streaming-3485332bf99602910fe8830b0230d02fc653135d.zip
ffmpeg-streaming-3485332bf99602910fe8830b0230d02fc653135d.tar.gz
avcodec: 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. Alpha requires addition of GBRAP12 pixel format.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 7552eab..c7c1af5 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -148,6 +148,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(CAVS, cavs);
REGISTER_DECODER(CDGRAPHICS, cdgraphics);
REGISTER_DECODER(CDXL, cdxl);
+ REGISTER_DECODER(CFHD, cfhd);
REGISTER_ENCDEC (CINEPAK, cinepak);
REGISTER_ENCDEC (CLJR, cljr);
REGISTER_DECODER(CLLC, cllc);
OpenPOWER on IntegriCloud