|
From: John M M. <jo...@us...> - 2002-06-01 05:24:38
|
Update of /cvsroot/squeak/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg In directory usw-pr-cvs1:/tmp/cvs-serv31779/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg Modified Files: mpeg3io.h Log Message: 1.4 Jason Dufair <ja...@du...> fix for the ID3v2 stuff Index: mpeg3io.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mpeg3io.h 27 Dec 2001 23:16:54 -0000 1.2 --- mpeg3io.h 1 Jun 2002 05:24:36 -0000 1.3 *************** *** 17,20 **** --- 17,21 ---- long current_byte; long total_bytes; + unsigned long id3v2_offset; } mpeg3_fs_t; |