logo       

jyp: firmware/export mp3data.h,1.5,1.6: msg#00228

systems.archos.rockbox.cvs

Subject: jyp: firmware/export mp3data.h,1.5,1.6

Update of /cvsroot/rockbox/firmware/export
In directory labb:/tmp/cvs-serv30177/export

Modified Files:
mp3data.h
Log Message:
long policy


Index: mp3data.h
===================================================================
RCS file: /cvsroot/rockbox/firmware/export/mp3data.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mp3data.h 2 Nov 2003 11:24:38 -0000 1.5
+++ mp3data.h 30 Jan 2005 14:11:50 -0000 1.6
@@ -43,9 +43,9 @@
bool is_xing_vbr; /* True if the VBR header is of Xing type */
bool is_vbri_vbr; /* True if the VBR header is of VBRI type */
unsigned char toc[100];
- int frame_count; /* Number of frames in the file (if VBR) */
- int byte_count; /* File size in bytes */
- int file_time; /* Length of the whole file in milliseconds */
+ long frame_count; /* Number of frames in the file (if VBR) */
+ long byte_count; /* File size in bytes */
+ long file_time; /* Length of the whole file in milliseconds */
int vbr_header_pos;
};

@@ -55,8 +55,8 @@
#define VBR_TOC_FLAG 0x04


-unsigned long find_next_frame(int fd, int *offset, int max_offset, unsigned
long last_header);
-unsigned long mem_find_next_frame(int startpos, int *offset, int max_offset,
+unsigned long find_next_frame(int fd, long *offset, long max_offset, unsigned
long last_header);
+unsigned long mem_find_next_frame(int startpos, long *offset, long max_offset,
unsigned long last_header);
int get_mp3file_info(int fd, struct mp3info *info);
int count_mp3_frames(int fd, int startpos, int filesize,

_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise