[vlc-commits] cache_block: read_time is an mtime_t

Steve Lhomme git at videolan.org
Thu Jun 14 16:41:07 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 13 17:17:16 2018 +0200| [ca3b2f7b4cf027e43355aa38d92f0d7e3c1a779b] | committer: Steve Lhomme

cache_block: read_time is an mtime_t

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca3b2f7b4cf027e43355aa38d92f0d7e3c1a779b
---

 modules/stream_filter/cache_block.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_filter/cache_block.c b/modules/stream_filter/cache_block.c
index 86237de654..2ecc6a8dcc 100644
--- a/modules/stream_filter/cache_block.c
+++ b/modules/stream_filter/cache_block.c
@@ -73,7 +73,7 @@ typedef struct
     {
         /* Stats for calculating speed */
         uint64_t read_bytes;
-        uint64_t read_time;
+        mtime_t read_time;
     } stat;
 } stream_sys_t;
 



More information about the vlc-commits mailing list