Re: [FFmpeg-devel] [PATCH v2 13/14] avfilter/avfilter: Don't fail upon options for filter without AVClass

2021-09-16 Thread Nicolas George
Andreas Rheinhardt (12021-09-14): > Commit 62549f9655c48f0ec061087fa33a96040ce01145 added a check to > (the predecessor of) avfilter_init_str() to error out if options > were provided to a filter without options (or rather, without private > class). This was fine at the time, yet soon afterwards

[FFmpeg-devel] [PATCH v2 13/14] avfilter/avfilter: Don't fail upon options for filter without AVClass

2021-09-13 Thread Andreas Rheinhardt
Commit 62549f9655c48f0ec061087fa33a96040ce01145 added a check to (the predecessor of) avfilter_init_str() to error out if options were provided to a filter without options (or rather, without private class). This was fine at the time, yet soon afterwards commit