[vlc-commits] video_filter:magnify: i_last_activity is an mtime_t
Steve Lhomme
git at videolan.org
Thu Jun 14 16:41:06 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 13 17:15:54 2018 +0200| [89445d605757261c01d05bc6a9e024cfe7fcb72a] | committer: Steve Lhomme
video_filter:magnify: i_last_activity is an mtime_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89445d605757261c01d05bc6a9e024cfe7fcb72a
---
modules/video_filter/magnify.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_filter/magnify.c b/modules/video_filter/magnify.c
index 191541f84b..9507f477d3 100644
--- a/modules/video_filter/magnify.c
+++ b/modules/video_filter/magnify.c
@@ -80,7 +80,7 @@ typedef struct
bool b_visible; /* is "interface" visible ? */
- int64_t i_last_activity;
+ mtime_t i_last_activity;
} filter_sys_t;
#define VIS_ZOOM 4
More information about the vlc-commits
mailing list