diff options
| author | Mohamed Tarek <mt@rockbox.org> | 2009-08-06 05:45:54 +0000 |
|---|---|---|
| committer | Mohamed Tarek <mt@rockbox.org> | 2009-08-06 05:45:54 +0000 |
| commit | cc68b632cb6134ad158b1f15871809f00e8673d4 (patch) | |
| tree | e3e05b29ef4d42c790433dfe3214b8f372aaede5 /apps/codecs | |
| parent | 0f70c4d4ccf6eaef42ac2b2ba433278c61d59845 (diff) | |
| download | rockbox-cc68b632cb6134ad158b1f15871809f00e8673d4.zip rockbox-cc68b632cb6134ad158b1f15871809f00e8673d4.tar.gz rockbox-cc68b632cb6134ad158b1f15871809f00e8673d4.tar.bz2 rockbox-cc68b632cb6134ad158b1f15871809f00e8673d4.tar.xz | |
Add a couple of functions for the rm metadata parser for debugging, and add a comment to codecs/a52_rm.c to indicate the source of the decode
function.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22182 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/a52_rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/a52_rm.c b/apps/codecs/a52_rm.c index ae4f542..50269ae 100644 --- a/apps/codecs/a52_rm.c +++ b/apps/codecs/a52_rm.c @@ -45,6 +45,7 @@ static void init_rm(RMContext *rmctx) /* used outside liba52 */ static uint8_t buf[3840] IBSS_ATTR; +/* The following two functions, a52_decode_data and output_audio are taken from apps/codecs/a52.c */ static inline void output_audio(sample_t *samples) { ci->yield(); |