changeset 13686:f1f20b06aa4a

Remove redundant ASF status line, there is another for all formats.
author diego
date Tue, 19 Oct 2004 01:21:54 +0000
parents ebd158d142f7
children ca7583315b4d
files libmpdemux/demuxer.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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!
     }
   }