diff --git a/libavcodec/eval.c b/libavcodec/eval.c index 961c8b5acc..6ec7069914 100644 --- a/libavcodec/eval.c +++ b/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