mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-09-02 10:21:12 +02:00
armbox eplayer: remove writeReverseData (unused)
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user