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);
|
av_assert0(!link->frame_requested);
|
||||||
link->frame_requested = 1;
|
link->frame_requested = 1;
|
||||||
while (link->frame_requested) {
|
while (link->frame_requested) {
|
||||||
/* TODO reindent */
|
|
||||||
if (link->srcpad->request_frame)
|
if (link->srcpad->request_frame)
|
||||||
ret = link->srcpad->request_frame(link);
|
ret = link->srcpad->request_frame(link);
|
||||||
else if (link->src->inputs[0])
|
else if (link->src->inputs[0])
|
||||||
|
Reference in New Issue
Block a user