libeplayer3: remove writeReverseData (unused)

This commit is contained in:
martii
2014-04-05 17:50:22 +02:00
parent 23bad752df
commit 06c260681f
12 changed files with 0 additions and 43 deletions

View File

@@ -130,7 +130,6 @@ static WriterCaps_t caps_ac3 = {
struct Writer_s WriterAudioAC3 = {
&reset,
&writeData,
NULL,
&caps_ac3
};
@@ -144,6 +143,5 @@ static WriterCaps_t caps_eac3 = {
struct Writer_s WriterAudioEAC3 = {
&reset,
&writeData,
NULL,
&caps_eac3
};