This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avconv: fix variable shadowing in configure_input_audio_filter()
tags/n1.1
Justin Ruggles
13 years ago
parent
e4d349b401
commit
95682d8cd2
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
avconv_filter.c
+ 0
- 1
avconv_filter.c
View File
@@ -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 "
Write
Preview
Loading…
Cancel
Save