lavfi/apad: fix if_( style
This commit is contained in:
parent
9f498f4e6f
commit
cb0524f7a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue