summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 7969d5970b..37539ff036 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2418,6 +2418,8 @@ void mpeg_new_file(const char *filename)
2418 2418
2419 /* Store the current time */ 2419 /* Store the current time */
2420 record_start_time = current_tick; 2420 record_start_time = current_tick;
2421 if(paused)
2422 pause_start_time = record_start_time;
2421 2423
2422 queue_post(&mpeg_queue, MPEG_NEW_FILE, NULL); 2424 queue_post(&mpeg_queue, MPEG_NEW_FILE, NULL);
2423} 2425}