[Mplayer-cvslog] CVS: main stream.h,1.1,1.2
GEREOFFY
arpi_esp at users.sourceforge.net
Mon Apr 23 05:32:13 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv5528
Modified Files:
stream.h
Log Message:
silly bug fixed - badly allocated stream buffer
Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/stream.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** stream.h 2001/04/22 16:56:20 1.1
--- stream.h 2001/04/23 03:32:10 1.2
***************
*** 22,26 ****
int type; // 0=file 1=VCD
unsigned int buf_pos,buf_len;
! unsigned char buffer[STREAM_BUFFER_SIZE];
} stream_t;
--- 22,26 ----
int type; // 0=file 1=VCD
unsigned int buf_pos,buf_len;
! unsigned char buffer[STREAM_BUFFER_SIZE>VCD_SECTOR_SIZE?STREAM_BUFFER_SIZE:VCD_SECTOR_SIZE];
} stream_t;
_______________________________________________
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