[Mplayer-cvslog] CVS: main/libmpdemux video.c,1.27,1.28

Arpi of Ize arpi at mplayerhq.hu
Sun Sep 22 00:39:07 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv13111

Modified Files:
	video.c 
Log Message:
we don't need the 0x1ff hack any more!


Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- video.c	10 Sep 2002 21:50:03 -0000	1.27
+++ video.c	21 Sep 2002 22:39:04 -0000	1.28
@@ -234,7 +234,7 @@
 	  int start=videobuf_len+4;
           if(in_frame){
             if(i<0x101 || i>=0x1B0){  // not slice code -> end of frame
-#if 1
+#if 0
               // send END OF FRAME code:
               videobuffer[videobuf_len+0]=0;
               videobuffer[videobuf_len+1]=0;




More information about the MPlayer-cvslog mailing list