mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
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
@ -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…
Reference in New Issue
Block a user