projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8482aa
)
Indent
author
Ramiro Polla
<ramiro.polla@gmail.com>
Tue, 7 Aug 2007 00:46:36 +0000
(
00:46
+0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Tue, 7 Aug 2007 00:46:36 +0000
(
00:46
+0000)
Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index 2b0a01e511b176b6a98ba4f1148c41a14ed14118..b8186c2b83a1dc9e0dd8cea72ae474e311637ac3 100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-3169,7
+3169,7
@@
static int64_t getutime(void)
GetProcessTimes(proc, &c, &e, &k, &u);
return ((int64_t) u.dwHighDateTime << 32 | u.dwLowDateTime) / 10;
#else
- return av_gettime();
+
return av_gettime();
#endif
}