# HG changeset patch # User diego # Date 1098148914 0 # Node ID f1f20b06aa4afbb0aba81eb41679dd47a2008bdb # Parent ebd158d142f730a4072f45c38f8277562cac021b Remove redundant ASF status line, there is another for all formats. diff -r ebd158d142f7 -r f1f20b06aa4a libmpdemux/demuxer.c --- a/libmpdemux/demuxer.c Tue Oct 19 01:16:03 2004 +0000 +++ b/libmpdemux/demuxer.c Tue Oct 19 01:21:54 2004 +0000 @@ -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! } }