[MPlayer-cvslog] r20350 - trunk/libmpdemux/muxer_mpeg.c

nicodvb subversion at mplayerhq.hu
Sun Oct 22 12:32:59 CEST 2006


Author: nicodvb
Date: Sun Oct 22 12:32:59 2006
New Revision: 20350

Modified:
   trunk/libmpdemux/muxer_mpeg.c

Log:
if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end

Modified: trunk/libmpdemux/muxer_mpeg.c
==============================================================================
--- trunk/libmpdemux/muxer_mpeg.c	(original)
+++ trunk/libmpdemux/muxer_mpeg.c	Sun Oct 22 12:32:59 2006
@@ -1522,7 +1522,10 @@
 				skip_cnt++;
 
 			if(skip_cnt == muxer->avih.dwStreams)
+			{
+				found = 0;
 				break;
+			}
 		}
 	}
 		



More information about the MPlayer-cvslog mailing list