libeplayer3: remove writeReverseData (unused)

This commit is contained in:
martii
2014-04-05 17:50:22 +02:00
parent 23bad752df
commit 06c260681f
12 changed files with 0 additions and 43 deletions

View File

@@ -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
};