[FFmpeg-cvslog] r9971 - trunk/ffmpeg.c

ramiro subversion
Tue Aug 7 02:46:36 CEST 2007


Author: ramiro
Date: Tue Aug  7 02:46:36 2007
New Revision: 9971

Log:
Indent

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Tue Aug  7 02:46:36 2007
@@ -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
 }
 




More information about the ffmpeg-cvslog mailing list