libeplayer3: cleanup pcm writer

This commit is contained in:
martii
2014-04-05 17:44:42 +02:00
parent 9f9d1b64ce
commit 23bad752df
8 changed files with 45 additions and 117 deletions

View File

@@ -60,7 +60,7 @@ if (debug_level >= level) printf(x); } while (0)
static Writer_t *AvailableWriter[] = {
&WriterAudioIPCM,
&WriterAudioPCM,
// &WriterAudioPCM,
&WriterAudioMP3,
&WriterAudioMPEGL3,
&WriterAudioAC3,