1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-19 09:02:26 +02:00

lavfi/avf_showspectrum: reindent after last commit.

This commit is contained in:
Nicolas George 2015-10-02 16:03:16 +02:00
parent 4883e5d540
commit 35c3043ea4

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