summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demuxer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-19 01:21:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-19 01:21:54 +0000
commite532c80b026271cb40a1f2cada2e6a6fc1eaa04e (patch)
treedd6b90163ed9cccc0dce566dc59d15bb887c7a73 /libmpdemux/demuxer.c
parentf37898d16d4462a4cbde594f3a605a8b1368be57 (diff)
downloadmpv-e532c80b026271cb40a1f2cada2e6a6fc1eaa04e.tar.bz2
mpv-e532c80b026271cb40a1f2cada2e6a6fc1eaa04e.tar.xz
Remove redundant ASF status line, there is another for all formats.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13687 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/demuxer.c')
-rw-r--r--libmpdemux/demuxer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libmpdemux/demuxer.c b/libmpdemux/demuxer.c
index 51909cc17c..4c2f60c6bd 100644
--- a/libmpdemux/demuxer.c
+++ b/libmpdemux/demuxer.c
@@ -1282,11 +1282,6 @@ switch(file_format){
} 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!
}
}