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 last commit.
This commit is contained in:
@@ -326,7 +326,6 @@ int ff_request_frame(AVFilterLink *link)
|
||||
av_assert0(!link->frame_requested);
|
||||
link->frame_requested = 1;
|
||||
while (link->frame_requested) {
|
||||
/* TODO reindent */
|
||||
if (link->srcpad->request_frame)
|
||||
ret = link->srcpad->request_frame(link);
|
||||
else if (link->src->inputs[0])
|
||||
|
Reference in New Issue
Block a user