diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-08-07 00:46:36 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-08-07 00:46:36 +0000 |
commit | a9bb28a315e9470005ff1908440afed969d005ee (patch) | |
tree | 499d39ae7653a78d3caf3e241a2d38e8988d01e7 /ffmpeg.c | |
parent | a8482aab876484da93c04a751ed8f3067f684684 (diff) | |
download | ffmpeg-a9bb28a315e9470005ff1908440afed969d005ee.tar.gz |
Indent
Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |