[vlc-commits] cache_read: read_time is an mtime_t
Steve Lhomme
git at videolan.org
Thu Jun 14 16:41:08 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 13 17:17:34 2018 +0200| [564cce85408994b046186ce9458fa113f0aa8242] | committer: Steve Lhomme
cache_read: read_time is an mtime_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=564cce85408994b046186ce9458fa113f0aa8242
---
modules/stream_filter/cache_read.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_filter/cache_read.c b/modules/stream_filter/cache_read.c
index 971586a9bc..0ac5e1b512 100644
--- a/modules/stream_filter/cache_read.c
+++ b/modules/stream_filter/cache_read.c
@@ -103,7 +103,7 @@ typedef struct
/* Stat about reading data */
uint64_t i_read_count;
uint64_t i_bytes;
- uint64_t i_read_time;
+ mtime_t i_read_time;
} stat;
} stream_sys_t;
More information about the vlc-commits
mailing list