summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libffmpegFLAC/decoder.h')
-rw-r--r--apps/codecs/libffmpegFLAC/decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libffmpegFLAC/decoder.h b/apps/codecs/libffmpegFLAC/decoder.h
index 5d503adc78..9e2240fea3 100644
--- a/apps/codecs/libffmpegFLAC/decoder.h
+++ b/apps/codecs/libffmpegFLAC/decoder.h
@@ -41,6 +41,6 @@ int flac_decode_frame(FLACContext *s,
41 int32_t* decoded0, 41 int32_t* decoded0,
42 int32_t* decoded1, 42 int32_t* decoded1,
43 uint8_t *buf, int buf_size, 43 uint8_t *buf, int buf_size,
44 void (*yield)(void)); 44 void (*yield)(void)) ICODE_ATTR;
45 45
46#endif 46#endif