1
0
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:
Nicolas George
2013-04-03 17:43:53 +02:00
parent 79d8cfacf0
commit 69d67fb622

View File

@@ -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])