[Mplayer-cvslog] CVS: main fli.c,1.6,1.7

Mike Melanson melanson at mplayer.dev.hu
Wed Feb 13 05:47:21 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv9197

Modified Files:
	fli.c 
Log Message:
cosmetic fix


Index: fli.c
===================================================================
RCS file: /cvsroot/mplayer/main/fli.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fli.c	13 Feb 2002 04:06:55 -0000	1.6
+++ fli.c	13 Feb 2002 04:47:12 -0000	1.7
@@ -353,10 +353,10 @@
   }
 
   // by the end of the chunk, the stream ptr should equal the frame 
-  // size (minus 1, possible); if it doesn't, issue a warning
+  // size (minus 1, possibly); if it doesn't, issue a warning
   if ((stream_ptr != encoded_size) && (stream_ptr != encoded_size - 1))
     mp_msg(MSGT_DECVIDEO, MSGL_WARN,
       "  warning: processed FLI chunk where encoded size = %d\n" \
-      "  and final chunk ptr = and final chunk ptr = %d\n",
+      "  and final chunk ptr = %d\n",
       encoded_size, stream_ptr);
 }




More information about the MPlayer-cvslog mailing list