1
0
Fork 0
forked from len0rd/rockbox

restart the byte counter on a new recorded file

patch #846899 by Alexander Eickhoff


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4141 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-12-12 15:52:51 +00:00
parent 0115af21d9
commit e580f4e174

View file

@ -2481,6 +2481,7 @@ void mpeg_new_file(char *filename)
strncpy(recording_filename, filename, MAX_PATH - 1); strncpy(recording_filename, filename, MAX_PATH - 1);
recording_filename[MAX_PATH - 1] = 0; recording_filename[MAX_PATH - 1] = 0;
num_rec_bytes = 0;
disable_xing_header = true; disable_xing_header = true;
/* Store the current time */ /* Store the current time */