mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-30 00:41:19 +02:00
libeplayer3: remove writeReverseData (unused)
This commit is contained in:
@@ -144,7 +144,6 @@ static WriterCaps_t caps_h263 = {
|
||||
struct Writer_s WriterVideoH263 = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps_h263
|
||||
};
|
||||
|
||||
@@ -158,6 +157,5 @@ static WriterCaps_t caps_flv = {
|
||||
struct Writer_s WriterVideoFLV = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps_flv
|
||||
};
|
||||
|
Reference in New Issue
Block a user