avconv: fix variable shadowing in configure_input_audio_filter()

pull/8/head
Justin Ruggles 13 years ago
parent e4d349b401
commit 95682d8cd2
  1. 1
      avconv_filter.c

@ -426,7 +426,6 @@ static int configure_input_audio_filter(FilterGraph *fg, InputFilter *ifilter,
if (audio_sync_method > 0) { if (audio_sync_method > 0) {
AVFilterContext *async; AVFilterContext *async;
char args[256];
int len = 0; int len = 0;
av_log(NULL, AV_LOG_WARNING, "-async has been deprecated. Used the " av_log(NULL, AV_LOG_WARNING, "-async has been deprecated. Used the "

Loading…
Cancel
Save