summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-28 18:09:46 -0300
committerJames Almer <jamrial@gmail.com>2018-03-28 18:09:46 -0300
commit0dc11d8bbd470db89fbc17b7434e992c9129b310 (patch)
tree69d0953ef70a799c5f32302ed6958a0c392f3389 /libavcodec/allcodecs.c
parentcbd5e737fee5e64109fffbc5c2dc05024a06c2c6 (diff)
parentc438899a706422b8362a13714580e988be4d638b (diff)
downloadffmpeg-streaming-0dc11d8bbd470db89fbc17b7434e992c9129b310.zip
ffmpeg-streaming-0dc11d8bbd470db89fbc17b7434e992c9129b310.tar.gz
Merge commit 'c438899a706422b8362a13714580e988be4d638b'
* commit 'c438899a706422b8362a13714580e988be4d638b': Add AV1 video decoding support through libaom This contains some extra changes taken from the libvpx decoder wrapper, most of them contained in the set_pix_fmt() function. Merged-by: James Almer <jamrial@gmail.com>
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 7171959..be7f247 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -663,6 +663,7 @@ extern AVCodec ff_pcm_mulaw_at_encoder;
extern AVCodec ff_pcm_mulaw_at_decoder;
extern AVCodec ff_qdmc_at_decoder;
extern AVCodec ff_qdm2_at_decoder;
+extern AVCodec ff_libaom_av1_decoder;
extern AVCodec ff_libcelt_decoder;
extern AVCodec ff_libcodec2_encoder;
extern AVCodec ff_libcodec2_decoder;
OpenPOWER on IntegriCloud