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:
parent
0115af21d9
commit
e580f4e174
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue