libspark/audio, libeplayer3: audio type adjustments

This commit is contained in:
martii
2013-11-11 12:30:47 +01:00
committed by Stefan Seyfried
parent beab047387
commit ed9299c780
5 changed files with 22 additions and 0 deletions

View File

@@ -147,3 +147,17 @@ struct Writer_s WriterAudioAC3 = {
NULL,
&caps_ac3
};
static WriterCaps_t caps_eac3 = {
"ac3",
eAudio,
"A_AC3",
AUDIO_ENCODING_AC3
};
struct Writer_s WriterAudioEAC3 = {
&reset,
&writeData,
NULL,
&caps_eac3
};