Commit cb0524f7 authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/apad: fix if_( style

parent 9f498f4e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment