1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2005-02-16 12:56:00 +00:00
parent fd58842b29
commit 7b96e2daa6
4 changed files with 459 additions and 1 deletions

View file

@ -65,4 +65,5 @@ alpine_cdc.c
#if CONFIG_HWCODEC == MASNONE /* software codec platforms */
mpa2wav.c
a52towav.c
#endif