mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi/apad: switch to AVOption-based system
This commit is contained in:
@@ -658,6 +658,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
|
||||
int anton_options =
|
||||
!strcmp(filter->filter->name, "afade" ) ||
|
||||
!strcmp(filter->filter->name, "aformat") ||
|
||||
!strcmp(filter->filter->name, "apad" ) ||
|
||||
!strcmp(filter->filter->name, "ass") ||
|
||||
!strcmp(filter->filter->name, "blackframe") ||
|
||||
!strcmp(filter->filter->name, "blend" ) ||
|
||||
|
||||
Reference in New Issue
Block a user