summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2016-08-25 17:28:17 +0200
committerLuca Barbato <lu_zero@gentoo.org>2018-03-12 08:12:43 +0100
commitc438899a706422b8362a13714580e988be4d638b (patch)
treebea6aea4621eaf12adbe0430d5bffd67f2211abd /libavcodec/allcodecs.c
parent44a1731011e87fbf4180d026aefb8bfe85d8c7dc (diff)
downloadffmpeg-streaming-c438899a706422b8362a13714580e988be4d638b.zip
ffmpeg-streaming-c438899a706422b8362a13714580e988be4d638b.tar.gz
Add AV1 video decoding support through libaom
Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 efde5a2..ec923cd 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -421,6 +421,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */
+ REGISTER_DECODER(LIBAOM_AV1, libaom_av1);
REGISTER_DECODER(LIBDCADEC, libdcadec)
REGISTER_ENCODER(LIBFAAC, libfaac);
REGISTER_ENCDEC (LIBFDK_AAC, libfdk_aac);
OpenPOWER on IntegriCloud