From b8cccb5ae18f35ea7d210c513bafe10b19fafbd7 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Sat, 25 Jul 2009 15:47:13 +0000 Subject: Adding support for playback of aac audio in rm container, with seeking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22031 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/metadata.c') diff --git a/apps/metadata.c b/apps/metadata.c index a0409a83ac..80f2c126e2 100644 --- a/apps/metadata.c +++ b/apps/metadata.c @@ -118,6 +118,9 @@ const struct afmt_entry audio_formats[AFMT_NUM_CODECS] = /* Cook in RM/RA */ [AFMT_COOK] = AFMT_ENTRY("Cook", "cook", NULL, "rm\0ra\0" ), + /* AAC in RM/RA */ + [AFMT_RAAC] = + AFMT_ENTRY("RAAC", "raac", NULL, NULL ), #endif }; -- cgit v1.2.3