summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-02 12:50:38 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-03 15:51:40 +0100
commitb4ad669a425c9ec169e059bacd378f525cf53e9c (patch)
treea08ad78f7ead6cc0746d0ef74879522a4be341e2 /libavfilter/internal.h
parentf6621a8e72c010faa77e8d0239fd45a4d71cfbf8 (diff)
avfilter/avfilter: mark enable as runtime option too
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 183215d152..f3b434dbe9 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -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);