diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-19 00:07:30 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-19 00:07:30 +0000 |
commit | eab95cd4cabd7d252e586ffbad22b62132b532d6 (patch) | |
tree | d2a48a93d6a6ed18aa2a1d86a6b378e8ef707882 | |
parent | 522130f543d190486650909e8e95c95b9a419ed0 (diff) |
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
-rw-r--r-- | asfheader.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |