vlc | branch: master | Steve Lhomme <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
