From 7fdef57d572a5f81f5efec4fd6f73a4f797cc823 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 19 Apr 2003 01:59:23 +0000 Subject: Better generation of Xing headers, now they contain the correct MPEG version and sample rate info. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3567 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/mp3data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/mp3data.h') diff --git a/firmware/export/mp3data.h b/firmware/export/mp3data.h index 54a6899a78..d180935aa4 100644 --- a/firmware/export/mp3data.h +++ b/firmware/export/mp3data.h @@ -61,6 +61,7 @@ int count_mp3_frames(int fd, int startpos, int filesize, void (*progressfunc)(int)); int create_xing_header(int fd, int startpos, int filesize, unsigned char *buf, int num_frames, + int mpeg_version, int sample_rate, void (*progressfunc)(int), bool generate_toc); #endif -- cgit v1.2.3