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)
/* Store the current time */
record_start_time = current_tick;
+ if(paused)
+ pause_start_time = record_start_time;
queue_post(&mpeg_queue, MPEG_NEW_FILE, NULL);
}