X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.c;h=b9985d620e62ccbe07146912d3bd2aca2cf449a7;hb=cdfa1c89b715aff78c39e68957f4e181e887cb01;hp=cc886977e82ddcaf3b96e0bcc5ba6c58daaa3b9b;hpb=e4c0f258d38a961aff463c8474936771be7c561e;p=ffmpeg diff --git a/cmdutils.c b/cmdutils.c index cc886977e82..b9985d620e6 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -1683,6 +1683,8 @@ static void show_help_filter(const char *name) if (f->priv_class) show_help_children(f->priv_class, AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_AUDIO_PARAM); + if (f->flags & AVFILTER_FLAG_SUPPORT_TIMELINE) + printf("This filter has support for timeline through the 'enable' option.\n"); #else av_log(NULL, AV_LOG_ERROR, "Build without libavfilter; " "can not to satisfy request\n");