Commit 69d67fb6 authored by Nicolas George's avatar Nicolas George

lavfi: reindent after last commit.

parent 79d8cfac
......@@ -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])
......
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