mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-02 11:41:29 +00:00
lavfi/mptestsrc: switch to an AVOptions-based system.
This commit is contained in:
@@ -685,6 +685,7 @@ int avfilter_init_filter(AVFilterContext *filter, const char *args, void *opaque
|
||||
!strcmp(filter->filter->name, "lutyuv" ) ||
|
||||
!strcmp(filter->filter->name, "lutrgb" ) ||
|
||||
!strcmp(filter->filter->name, "mandelbrot" ) ||
|
||||
!strcmp(filter->filter->name, "mptestsrc" ) ||
|
||||
!strcmp(filter->filter->name, "negate" ) ||
|
||||
!strcmp(filter->filter->name, "overlay" ) ||
|
||||
!strcmp(filter->filter->name, "pad" ) ||
|
||||
|
||||
Reference in New Issue
Block a user