vlc | branch: master | Steve Lhomme <rob...@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;
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to