mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 15:08:09 +08:00
lavfi: replace passthrough_filter_frame with a flag.
With the introduction of AVFilterContext->is_disabled, we can simplify the custom passthrough mode in filters. This commit is technically a small compat break, but the timeline was introduced very recently. Doxy by Stefano Sabatini.
This commit is contained in:
@ -316,5 +316,5 @@ AVFilter avfilter_vf_unsharp = {
|
||||
|
||||
.inputs = avfilter_vf_unsharp_inputs,
|
||||
.outputs = avfilter_vf_unsharp_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Reference in New Issue
Block a user