lavfi/apad: fix if_( style

This commit is contained in:
Stefano Sabatini 2014-08-18 14:52:38 +02:00
parent 9f498f4e6f
commit cb0524f7a0
1 changed files with 1 additions and 1 deletions

View File

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