[Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.171,1.172
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Oct 19 03:21:57 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv25634/libmpdemux
Modified Files:
demuxer.c
Log Message:
Remove redundant ASF status line, there is another for all formats.
Index: demuxer.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.c,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- demuxer.c 18 Oct 2004 18:51:35 -0000 1.171
+++ demuxer.c 19 Oct 2004 01:21:54 -0000 1.172
@@ -1282,11 +1282,6 @@
} else {
sh_video=d_video->sh;sh_video->ds=d_video;
sh_video->fps=1000.0f; sh_video->frametime=0.001f; // 1ms
- mp_msg(MSGT_DEMUXER,MSGL_INFO,"VIDEO: [%.4s] %dx%d %dbpp\n",
- (char *)&sh_video->bih->biCompression,
- sh_video->bih->biWidth,
- sh_video->bih->biHeight,
- sh_video->bih->biBitCount);
// sh_video->i_bps=10*asf_packetsize; // FIXME!
}
}
More information about the MPlayer-cvslog
mailing list