mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-24 06:12:42 +00:00
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…
x
Reference in New Issue
Block a user