summaryrefslogtreecommitdiff
path: root/apps/recorder/jpeg_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/jpeg_load.c')
-rw-r--r--apps/recorder/jpeg_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/jpeg_load.c b/apps/recorder/jpeg_load.c
index ec1143f279..f75176dae1 100644
--- a/apps/recorder/jpeg_load.c
+++ b/apps/recorder/jpeg_load.c
@@ -843,7 +843,7 @@ struct idct_entry {
843 void (*h_idct)(int16_t *ws, unsigned char *out, int16_t *end, int rowstep); 843 void (*h_idct)(int16_t *ws, unsigned char *out, int16_t *end, int rowstep);
844}; 844};
845 845
846struct idct_entry idct_tbl[] = { 846static const struct idct_entry idct_tbl[] = {
847 { PASS1_BITS, NULL, jpeg_idct1h }, 847 { PASS1_BITS, NULL, jpeg_idct1h },
848 { PASS1_BITS, jpeg_idct2v, jpeg_idct2h }, 848 { PASS1_BITS, jpeg_idct2v, jpeg_idct2h },
849 { 0, jpeg_idct4v, jpeg_idct4h }, 849 { 0, jpeg_idct4v, jpeg_idct4h },