mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/apad: fix if_( style
This commit is contained in:
parent
9f498f4e6f
commit
cb0524f7a0
|
@ -101,7 +101,7 @@ static int request_frame(AVFilterLink *outlink)
|
|||
apad->pad_len -= n_out;
|
||||
}
|
||||
|
||||
if(!n_out)
|
||||
if (!n_out)
|
||||
return AVERROR_EOF;
|
||||
|
||||
outsamplesref = ff_get_audio_buffer(outlink, n_out);
|
||||
|
|
Loading…
Reference in New Issue