diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-03 15:32:40 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-03 15:32:40 +0000 |
| commit | 6f7f921ebee5589c7bc9e1196392c0ae7f28f96c (patch) | |
| tree | 3f978a40e9537b33555984cc5bc4153f3b3a9d6a /apps/codecs/libffmpegFLAC/decoder.h | |
| parent | c43822d1027db7a12f37c822d77e6fe644fab0de (diff) | |
| download | rockbox-6f7f921ebee5589c7bc9e1196392c0ae7f28f96c.zip rockbox-6f7f921ebee5589c7bc9e1196392c0ae7f28f96c.tar.gz rockbox-6f7f921ebee5589c7bc9e1196392c0ae7f28f96c.tar.bz2 rockbox-6f7f921ebee5589c7bc9e1196392c0ae7f28f96c.tar.xz | |
Move all code into IRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7740 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libffmpegFLAC/decoder.h')
| -rw-r--r-- | apps/codecs/libffmpegFLAC/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libffmpegFLAC/decoder.h b/apps/codecs/libffmpegFLAC/decoder.h index 5d503ad..9e2240f 100644 --- a/apps/codecs/libffmpegFLAC/decoder.h +++ b/apps/codecs/libffmpegFLAC/decoder.h @@ -41,6 +41,6 @@ int flac_decode_frame(FLACContext *s, int32_t* decoded0, int32_t* decoded1, uint8_t *buf, int buf_size, - void (*yield)(void)); + void (*yield)(void)) ICODE_ATTR; #endif |