[Mplayer-cvslog] CVS: main asfheader.c,1.12,1.13
GEREOFFY
arpi_esp at users.sourceforge.net
Sat May 19 02:07:32 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv8676
Modified Files:
asfheader.c
Log Message:
asf info moved to -v. Lucky.asf is broken with it
Index: asfheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/asfheader.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** asfheader.c 2001/05/18 16:14:06 1.12
--- asfheader.c 2001/05/19 00:07:30 1.13
***************
*** 214,220 ****
case 0x75b22633: // Content description
! stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth));
! {
char *string;
// extract the title
string=(char*)malloc(contenth.title_size);
--- 214,220 ----
case 0x75b22633: // Content description
! if(verbose){
char *string;
+ stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth));
// extract the title
string=(char*)malloc(contenth.title_size);
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list