Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-08-07 04:46:36 +0400
committerRamiro Polla <ramiro.polla@gmail.com>2007-08-07 04:46:36 +0400
commita9bb28a315e9470005ff1908440afed969d005ee (patch)
tree499d39ae7653a78d3caf3e241a2d38e8988d01e7 /ffmpeg.c
parenta8482aab876484da93c04a751ed8f3067f684684 (diff)
Indent
Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 2b0a01e511..b8186c2b83 100644
--- 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
}