[MPlayer-dev-eng] [PATCH] 2 lines doing nothing in update_osd_msg() in mplayer.c ?

Paul-Francois Fontigny pff at filmik.be
Thu Jul 27 18:17:01 CEST 2006


Hi,

I do not understand the goal of the following 2 lines in function
update_osd_msg() in mplayer.c:

static int last_pts = -303;
if(pts==last_pts-1) ++pts; else last_pts=pts;

last_pts and pts are "very" local.
Eventually the second line is just wrong! What's the point?


Paul-Francois Fontigny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: update_osd_msg.diff
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060727/b4968111/attachment.bin>


More information about the MPlayer-dev-eng mailing list