driver/audiodec: get back old audio decoders code, use configure option ENABLE_FFMPEGDEC

to switch between old code and ffmpegdec
This commit is contained in:
[CST] Focus
2013-12-15 14:31:39 +04:00
parent 64e2a0c2ad
commit 0cb07d75d9
8 changed files with 177 additions and 85 deletions

View File

@@ -61,7 +61,7 @@ public:
WAV,
FLAC
};
AudioType type;
int type;
std::string type_info;
long filesize; /* filesize in bits (for mp3: without leading id3 tag) */