vlc | branch: master | Steve Lhomme <[email protected]> | Wed Jun 13 17:28:16 2018 +0200| [3d9ec4ed106c8681fc10c29cf3716a490f72bf04] | committer: Steve Lhomme
rss: i_speed is an mtime_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3d9ec4ed106c8681fc10c29cf3716a490f72bf04 --- modules/spu/rss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spu/rss.c b/modules/spu/rss.c index 9e605d6a6d..b24fd6334c 100644 --- a/modules/spu/rss.c +++ b/modules/spu/rss.c @@ -104,7 +104,7 @@ typedef struct int i_xoff, i_yoff; /* offsets for the display string in the video window */ int i_pos; /* permit relative positioning (top, bottom, left, right, center) */ - int i_speed; + mtime_t i_speed; int i_length; char *psz_marquee; /* marquee string */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
