diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-10-02 14:12:27 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-11-28 18:13:21 -0500 |
commit | 95682d8cd210f5ca2dff24bfe926333b3745e4da (patch) | |
tree | 9b644e61702a619d781c93eab418e4df085480a5 /avconv_filter.c | |
parent | e4d349b4014ee2a03f521027e0bd1ace4a9e60bd (diff) | |
download | ffmpeg-95682d8cd210f5ca2dff24bfe926333b3745e4da.tar.gz |
avconv: fix variable shadowing in configure_input_audio_filter()
Diffstat (limited to 'avconv_filter.c')
-rw-r--r-- | avconv_filter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv_filter.c b/avconv_filter.c index f51e3e1456..8f430b0be4 100644 --- a/avconv_filter.c +++ b/avconv_filter.c @@ -426,7 +426,6 @@ static int configure_input_audio_filter(FilterGraph *fg, InputFilter *ifilter, if (audio_sync_method > 0) { AVFilterContext *async; - char args[256]; int len = 0; av_log(NULL, AV_LOG_WARNING, "-async has been deprecated. Used the " |