2018-11-06 13:15 GMT+01:00, Roman Sidler <sidse...@gmail.com>: > --- > fftools/ffmpeg.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c > index da4259a9a8..fa54421d73 100644 > --- a/fftools/ffmpeg.c > +++ b/fftools/ffmpeg.c > @@ -3869,12 +3869,14 @@ static int need_output(void) > */ > static OutputStream *choose_output(void) > { > - int i; > + int i,_i;
I cannot comment on the change but please do not use variable names starting with "_". Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel