Mercurial > mplayer.hg
changeset 838:fdce0d25bbfa
asf info moved to -v. Lucky.asf is broken with it
author | arpi_esp |
---|---|
date | Sat, 19 May 2001 00:07:30 +0000 |
parents | 3de4dc1d1d12 |
children | b7fdf669fe84 |
files | asfheader.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/asfheader.c Fri May 18 20:48:21 2001 +0000 +++ b/asfheader.c Sat May 19 00:07:30 2001 +0000 @@ -213,9 +213,9 @@ // 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);