[Mplayer-cvslog] CVS: main/libmpdemux demux_real.c,1.34,1.35
    Arpi of Ize 
    arpi at mplayerhq.hu
       
    Thu Dec 26 17:27:52 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main cfg-mencoder.h,1.58,1.59
 
        - Next message: [Mplayer-cvslog] CVS: main/libmpdemux pnm.h,NONE,1.1 pnm.c,NONE,1.1 Makefile,1.43,1.44 network.c,1.66,1.67
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv15140
Modified Files:
	demux_real.c 
Log Message:
fixed playback of pnm:// streamed files
Index: demux_real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_real.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- demux_real.c	23 Nov 2002 10:58:08 -0000	1.34
+++ demux_real.c	26 Dec 2002 16:27:38 -0000	1.35
@@ -696,7 +696,7 @@
 	
 	if (chunk_size < 10){
 	    mp_msg(MSGT_DEMUX,MSGL_ERR,"demux_real: invalid chunksize! (%d)\n",chunk_size);
-	    return;
+	    break; //return;
 	}
 	
 	switch(chunk_id)
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main cfg-mencoder.h,1.58,1.59
 
	- Next message: [Mplayer-cvslog] CVS: main/libmpdemux pnm.h,NONE,1.1 pnm.c,NONE,1.1 Makefile,1.43,1.44 network.c,1.66,1.67
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the MPlayer-cvslog
mailing list