summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/recording.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index f627399..393bd35 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -87,8 +87,8 @@ static const unsigned long rec_timer_seconds[] =
15*60, /* 00:15 */
30*60, /* 00:30 */
60*60, /* 01:00 */
- 74*60, /* 74:00 */
- 80*60, /* 80:00 */
+ 74*60, /* 01:14 */
+ 80*60, /* 01:20 */
2*60*60, /* 02:00 */
4*60*60, /* 04:00 */
6*60*60, /* 06:00 */