mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi/concat: switch to an AVOptions-based system.
This commit is contained in:
@@ -697,6 +697,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
|
||||
!strcmp(filter->filter->name, "channelsplit") ||
|
||||
!strcmp(filter->filter->name, "color" ) ||
|
||||
!strcmp(filter->filter->name, "colormatrix") ||
|
||||
!strcmp(filter->filter->name, "concat" ) ||
|
||||
!strcmp(filter->filter->name, "crop" ) ||
|
||||
!strcmp(filter->filter->name, "cropdetect") ||
|
||||
!strcmp(filter->filter->name, "curves" ) ||
|
||||
|
||||
Reference in New Issue
Block a user