summaryrefslogtreecommitdiff
path: root/libavcodec/libsvtav1.c
Commit message (Collapse)AuthorAge
* avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()Limin Wang2020-08-14
| | | | | | It's for FF_CODEC_CAP_INIT_CLEANUP flag. Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avcodec/libsvtav1: fix copy and paste errorLimin Wang2020-08-12
| | | | | Reviewed-by: Mark Thompson <sw@jkqxz.net> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* libsvtav1: Fix the documentation to match the actual optionsMark Thompson2020-07-31
|
* libsvtav1: Use _ rather than - in optionsMark Thompson2020-07-31
|
* libsvtav1: Rename without a _Mark Thompson2020-07-31
The external library is called libsvtav1, so use this name everywhere.