summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer')
-rw-r--r--apps/plugins/mpegplayer/mpeg2_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg2_internal.h b/apps/plugins/mpegplayer/mpeg2_internal.h
index f8c9891ea6..e04562e18d 100644
--- a/apps/plugins/mpegplayer/mpeg2_internal.h
+++ b/apps/plugins/mpegplayer/mpeg2_internal.h
@@ -102,7 +102,7 @@ struct mpeg2_decoder_s
102 int16_t dc_dct_pred[MPEG2_COMPONENTS]; 102 int16_t dc_dct_pred[MPEG2_COMPONENTS];
103 103
104 /* DCT coefficients */ 104 /* DCT coefficients */
105 int16_t * ATTR_ALIGN(16) DCTblock; /* put buffer separately to have it in IRAM */ 105 int16_t * DCTblock; /* put buffer separately to have it in IRAM */
106 106
107 uint8_t * picture_dest[MPEG2_COMPONENTS]; 107 uint8_t * picture_dest[MPEG2_COMPONENTS];
108 void (* convert) (void * convert_id, uint8_t * const * src, 108 void (* convert) (void * convert_id, uint8_t * const * src,