mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-29 00:11:16 +02:00
libeplayer3: remove writeReverseData (unused)
This commit is contained in:
@@ -147,7 +147,6 @@ static WriterCaps_t caps = {
|
||||
struct Writer_s WriterVideoMPEG2 = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps
|
||||
};
|
||||
|
||||
@@ -161,6 +160,5 @@ static WriterCaps_t h264_caps = {
|
||||
struct Writer_s WriterVideoMPEGH264 = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&h264_caps
|
||||
};
|
||||
|
Reference in New Issue
Block a user