You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi: reindent after previous commit.
This commit is contained in:
@@ -1112,7 +1112,6 @@ static int ff_filter_frame_framed(AVFilterLink *link, AVFrame *frame)
|
|||||||
ff_inlink_process_commands(link, frame);
|
ff_inlink_process_commands(link, frame);
|
||||||
dstctx->is_disabled = !ff_inlink_evaluate_timeline_at_frame(link, frame);
|
dstctx->is_disabled = !ff_inlink_evaluate_timeline_at_frame(link, frame);
|
||||||
|
|
||||||
/* TODO reindent */
|
|
||||||
if (dstctx->is_disabled &&
|
if (dstctx->is_disabled &&
|
||||||
(dstctx->filter->flags & AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC))
|
(dstctx->filter->flags & AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC))
|
||||||
filter_frame = default_filter_frame;
|
filter_frame = default_filter_frame;
|
||||||
|
Reference in New Issue
Block a user