armbox eplayer: remove writeReverseData (unused)

This commit is contained in:
max_10
2018-01-04 00:56:28 +01:00
committed by Thilo Graf
parent d2bb71dcab
commit e6c29f2545
33 changed files with 11 additions and 100 deletions

View File

@@ -330,7 +330,6 @@ struct Writer_s WriterAudioAAC =
{
&reset,
&writeDataADTS,
NULL,
&caps
};
@@ -348,7 +347,6 @@ struct Writer_s WriterAudioAACLATM =
{
&reset,
&writeDataLATM,
NULL,
&caps_aac_latm
};
@@ -366,6 +364,5 @@ struct Writer_s WriterAudioAACPLUS =
{
&reset,
&writeDataADTS,
NULL,
&caps_aacplus
};