summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 4c711db1ef..4b9ab73101 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2481,6 +2481,7 @@ void mpeg_new_file(char *filename)
2481 strncpy(recording_filename, filename, MAX_PATH - 1); 2481 strncpy(recording_filename, filename, MAX_PATH - 1);
2482 recording_filename[MAX_PATH - 1] = 0; 2482 recording_filename[MAX_PATH - 1] = 0;
2483 2483
2484 num_rec_bytes = 0;
2484 disable_xing_header = true; 2485 disable_xing_header = true;
2485 2486
2486 /* Store the current time */ 2487 /* Store the current time */