Browse Source

lavfi/apad: fix if_( style

tags/n2.4
Stefano Sabatini 10 years ago
parent
commit
cb0524f7a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/af_apad.c

+ 1
- 1
libavfilter/af_apad.c 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);


Loading…
Cancel
Save