mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-09-02 18:31:24 +02:00
libeplayer3: remove writeReverseData (unused)
This commit is contained in:
@@ -133,7 +133,6 @@ static WriterCaps_t caps_mp3 = {
|
||||
struct Writer_s WriterAudioMP3 = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps_mp3
|
||||
};
|
||||
|
||||
@@ -147,7 +146,6 @@ static WriterCaps_t caps_mpegl3 = {
|
||||
struct Writer_s WriterAudioMPEGL3 = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps_mpegl3
|
||||
};
|
||||
|
||||
@@ -161,6 +159,5 @@ static WriterCaps_t caps_vorbis = {
|
||||
struct Writer_s WriterAudioVORBIS = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps_vorbis
|
||||
};
|
||||
|
Reference in New Issue
Block a user