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

@@ -187,7 +187,6 @@ struct Writer_s WriterVideoMPEG4 =
{
&reset,
&writeData,
NULL,
&mpeg4p2_caps
};
@@ -195,7 +194,6 @@ struct Writer_s WriterVideoMSCOMP =
{
&reset,
&writeData,
NULL,
&mpeg4p2_caps
};
@@ -213,7 +211,6 @@ struct Writer_s WriterVideoFOURCC =
{
&reset,
&writeData,
NULL,
&fourcc_caps
};
@@ -231,6 +228,5 @@ struct Writer_s WriterVideoDIVX =
{
&reset,
&writeData,
NULL,
&divx_caps
};