Indent
Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a8482aab87
commit
a9bb28a315
1 changed files with 1 additions and 1 deletions
2
ffmpeg.c
2
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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue