From eab95cd4cabd7d252e586ffbad22b62132b532d6 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sat, 19 May 2001 00:07:30 +0000 Subject: asf info moved to -v. Lucky.asf is broken with it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@839 b3059339-0415-0410-9bf9-f77b7e298cf2 --- asfheader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asfheader.c') diff --git a/asfheader.c b/asfheader.c index 54141fb94b..edacfdd268 100644 --- a/asfheader.c +++ b/asfheader.c @@ -213,9 +213,9 @@ if(verbose){ // case 0x33000890: return "guid_index_chunk"; case 0x75b22633: // Content description - stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth)); - { + if(verbose){ char *string; + stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth)); // extract the title string=(char*)malloc(contenth.title_size); stream_read(demuxer->stream, string, contenth.title_size); -- cgit v1.2.3