1
0
Fork 0
forked from len0rd/rockbox

Recorded files shorter than 3 hours now show correct average bitrate even without VBRFix.

Moved some code around.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3505 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-04-01 20:58:31 +00:00
parent 156632db32
commit 2bf4a05410
3 changed files with 84 additions and 103 deletions

View file

@ -90,7 +90,6 @@ unsigned long mpeg_num_recorded_bytes(void);
#endif
void mpeg_get_debugdata(struct mpeg_debug *dbgdata);
void mpeg_set_buffer_margin(int seconds);
int mpeg_create_xing_header(char *filename, void (*progressfunc)(int));
#define SOUND_VOLUME 0
#define SOUND_BASS 1