fix a gcc warning, avoid an unnecessary operation
Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
97f6d1545e
commit
a02142a50a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue