Commit d55f5cba authored by Gyan Doshi's avatar Gyan Doshi

avfilter/trim: flag trim filter as metadata only

Similar to select filter for video - it can only pass through or drop frames
parent 47ba8755
......@@ -364,6 +364,7 @@ const AVFilter ff_vf_trim = {
.activate = activate,
.priv_size = sizeof(TrimContext),
.priv_class = &trim_class,
.flags = AVFILTER_FLAG_METADATA_ONLY,
FILTER_INPUTS(trim_inputs),
FILTER_OUTPUTS(ff_video_default_filterpad),
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment