mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
aacc6615f8
commit
2a86d50bd9
@@ -34,7 +34,7 @@
|
||||
int64_t av_gettime(void)
|
||||
{
|
||||
#ifdef CONFIG_WIN32
|
||||
struct _timeb tb;
|
||||
struct timeb tb;
|
||||
_ftime(&tb);
|
||||
return ((int64_t)tb.time * int64_t_C(1000) + (int64_t)tb.millitm) * int64_t_C(1000);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user