[vlc-commits] access:screen: i_incr is a number of ticks between frames in vlc_tick_t

Steve Lhomme git at videolan.org
Wed Sep 19 11:57:59 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May  7 10:14:01 2018 +0200| [3bdc0b5459c837146182da7f6b18e9e151d150b3] | committer: Steve Lhomme

access:screen: i_incr is a number of ticks between frames in vlc_tick_t

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

 modules/access/screen/screen.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/screen/screen.h b/modules/access/screen/screen.h
index 53bafc564d..e861c2f12e 100644
--- a/modules/access/screen/screen.h
+++ b/modules/access/screen/screen.h
@@ -46,7 +46,7 @@ typedef struct
 
     float f_fps;
     vlc_tick_t i_next_date;
-    int i_incr;
+    vlc_tick_t i_incr;
 
     vlc_tick_t i_start;
 



More information about the vlc-commits mailing list