diff options
author | Dave Chapman <dave@dchapman.com> | 2005-02-16 12:56:00 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-02-16 12:56:00 +0000 |
commit | 7b96e2daa65af18310cc998de053c5188c32cbe1 (patch) | |
tree | 1d6b6ae92cca6c21cd7347754fcccf0e05addbb9 /apps/plugins/viewers.config | |
parent | fd58842b291d22ee53389614efd03173eeaeab94 (diff) |
Initial version of a52towav test viewer plugin for liba52 - output is hardcoded to /ac3test.wav. CUrrently restricted to Stereo AC-3 files, but easy to fix for other types of files (e.g. 5.1)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5977 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewers.config')
-rw-r--r-- | apps/plugins/viewers.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/viewers.config b/apps/plugins/viewers.config index bf2488fea4..bb5752c9db 100644 --- a/apps/plugins/viewers.config +++ b/apps/plugins/viewers.config @@ -8,3 +8,5 @@ m3u,search.rock,00 00 00 00 00 00 txt,sort.rock, 00 00 00 00 00 00 mp2,mpa2wav.rock, 00 00 00 00 00 00 mp3,mpa2wav.rock, 00 00 00 00 00 00 +ac3,a52towav.rock, 00 00 00 00 00 00 +a52,a52towav.rock, 00 00 00 00 00 00 |