summaryrefslogtreecommitdiffstats
path: root/asfheader.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-19 00:07:30 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-19 00:07:30 +0000
commiteab95cd4cabd7d252e586ffbad22b62132b532d6 (patch)
treed2a48a93d6a6ed18aa2a1d86a6b378e8ef707882 /asfheader.c
parent522130f543d190486650909e8e95c95b9a419ed0 (diff)
downloadmpv-eab95cd4cabd7d252e586ffbad22b62132b532d6.tar.bz2
mpv-eab95cd4cabd7d252e586ffbad22b62132b532d6.tar.xz
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
Diffstat (limited to 'asfheader.c')
-rw-r--r--asfheader.c4
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);