[MPlayer-cvslog] CVS: main/libmpdemux parse_es.c,1.9,1.10
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Tue Jan 17 21:45:53 CET 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv8474
Modified Files:
parse_es.c
Log Message:
suppress error message at eof
Index: parse_es.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/parse_es.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- parse_es.c 17 Jan 2006 20:07:06 -0000 1.9
+++ parse_es.c 17 Jan 2006 20:45:51 -0000 1.10
@@ -25,6 +25,7 @@
if (!videobuf_code_len) {
int skipped=0;
if (!demux_pattern_3(ds, NULL, MAX_SYNCLEN, &skipped, 0x100)) {
+ if (skipped == MAX_SYNCLEN)
mp_msg(MSGT_DEMUXER, MSGL_ERR, "parse_es: could not sync video stream!\n", skipped);
goto eof_out;
}
More information about the MPlayer-cvslog
mailing list