Support AV1 encoding using libaom
This commit is contained in:
parent
c438899a70
commit
43778a501f
5 changed files with 590 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue