summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2018-02-11 21:33:25 +0100
committerLuca Barbato <lu_zero@gentoo.org>2018-03-12 12:10:33 +0100
commit43778a501f1bfbceeddc8eaeea2ea2b3506beeda (patch)
tree598cd1bcf947ff5b682d44e6fa061988bad19f45 /libavcodec/allcodecs.c
parentc438899a706422b8362a13714580e988be4d638b (diff)
downloadffmpeg-streaming-43778a501f1bfbceeddc8eaeea2ea2b3506beeda.zip
ffmpeg-streaming-43778a501f1bfbceeddc8eaeea2ea2b3506beeda.tar.gz
Support AV1 encoding using libaom
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index ec923cd..4aee657 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -421,7 +421,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */
- REGISTER_DECODER(LIBAOM_AV1, libaom_av1);
+ REGISTER_ENCDEC (LIBAOM_AV1, libaom_av1);
REGISTER_DECODER(LIBDCADEC, libdcadec)
REGISTER_ENCODER(LIBFAAC, libfaac);
REGISTER_ENCDEC (LIBFDK_AAC, libfdk_aac);
OpenPOWER on IntegriCloud