fix a gcc warning, avoid an unnecessary operation

Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Luca Barbato 18 years ago
parent 97f6d1545e
commit a02142a50a
  1. 2
      libavcodec/eval.c

@ -110,7 +110,7 @@ static double av_strtod(const char *name, char **tail) {
if(*next=='B') {
d*=8;
*next++;
next++;
}
}
/* if requested, fill in tail with the position after the last parsed

Loading…
Cancel
Save