avfilter/avfilter: mark enable as runtime option too
This commit is contained in:
@@ -368,6 +368,8 @@ int ff_filter_get_nb_threads(AVFilterContext *ctx);
|
||||
/**
|
||||
* Generic processing of user supplied commands that are set
|
||||
* in the same way as the filter options.
|
||||
* NOTE: 'enable' option is handled separately, and not by
|
||||
* this function.
|
||||
*/
|
||||
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd,
|
||||
const char *arg, char *res, int res_len, int flags);
|
||||
|
||||
Reference in New Issue
Block a user