git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f6d15
)
fix a gcc warning, avoid an unnecessary operation
author
Luca Barbato
<lu_zero@gentoo.org>
Tue, 16 Jan 2007 22:07:49 +0000
(22:07 +0000)
committer
Luca Barbato
<lu_zero@gentoo.org>
Tue, 16 Jan 2007 22:07:49 +0000
(22:07 +0000)
Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/eval.c
patch
|
blob
|
history
diff --git
a/libavcodec/eval.c
b/libavcodec/eval.c
index
961c8b5
..
6ec7069
100644
(file)
--- 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