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

to switch between old code and ffmpegdec


Origin commit data
------------------
Commit: 0cb07d75d9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)
This commit is contained in:
[CST] Focus
2013-12-15 14:31:39 +04:00
parent e86e6a4b23
commit 1264be559d
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) */