[MPlayer-cvslog] r33640 - trunk/mplayer.c

reimar subversion at mplayerhq.hu
Sat Jun 18 10:07:54 CEST 2011


Author: reimar
Date: Sat Jun 18 10:07:53 2011
New Revision: 33640

Log:
Spelling fix.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Fri Jun 17 20:59:03 2011	(r33639)
+++ trunk/mplayer.c	Sat Jun 18 10:07:53 2011	(r33640)
@@ -2548,7 +2548,7 @@ static double update_video(int *blit_fra
             sh_video->last_pts = sh_video->pts;
         else if (sh_video->last_pts > sh_video->pts) {
             // make a guess whether this is some kind of discontinuity
-            // we should jump along with or some wron timestamps we
+            // we should jump along with or some wrong timestamps we
             // should replace instead
             if (sh_video->pts < sh_video->last_pts - 20 * sh_video->frametime)
                 sh_video->last_pts = sh_video->pts;


More information about the MPlayer-cvslog mailing list