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, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 5b5faceeb1..b89fb6fc5d 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1026,7 +1026,7 @@ static void mpeg_thread(void)
1026 unsigned long saved_header = 0; 1026 unsigned long saved_header = 0;
1027 int startpos; 1027 int startpos;
1028 int rc; 1028 int rc;
1029 int offset; 1029 long offset;
1030 int countdown; 1030 int countdown;
1031#endif /* #if CONFIG_HWCODEC == MAS3587F */ 1031#endif /* #if CONFIG_HWCODEC == MAS3587F */
1032 1032