Commit 95682d8c authored by Justin Ruggles's avatar Justin Ruggles

avconv: fix variable shadowing in configure_input_audio_filter()

parent e4d349b4
...@@ -426,7 +426,6 @@ static int configure_input_audio_filter(FilterGraph *fg, InputFilter *ifilter, ...@@ -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 "
......
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