Commit 35c3043e authored by Nicolas George's avatar Nicolas George

lavfi/avf_showspectrum: reindent after last commit.

parent 4883e5d5
...@@ -267,7 +267,6 @@ static int request_frame(AVFilterLink *outlink) ...@@ -267,7 +267,6 @@ static int request_frame(AVFilterLink *outlink)
unsigned i; unsigned i;
int ret; int ret;
/* TODO reindent */
ret = ff_request_frame(inlink); ret = ff_request_frame(inlink);
if (ret == AVERROR_EOF && s->sliding == FULLFRAME && s->xpos > 0 && if (ret == AVERROR_EOF && s->sliding == FULLFRAME && s->xpos > 0 &&
s->outpicref) { s->outpicref) {
......
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