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

@@ -213,7 +213,6 @@ struct Writer_s WriterVideoMPEG4 =
{
&reset,
&writeData,
NULL,
&mpeg4p2_caps
};
@@ -221,7 +220,6 @@ struct Writer_s WriterVideoMSCOMP =
{
&reset,
&writeData,
NULL,
&mpeg4p2_caps
};
@@ -239,7 +237,6 @@ struct Writer_s WriterVideoFOURCC =
{
&reset,
&writeData,
NULL,
&fourcc_caps
};
@@ -257,6 +254,5 @@ struct Writer_s WriterVideoDIVX =
{
&reset,
&writeData,
NULL,
&divx_caps
};