libeplayer3: remove writeReverseData (unused)

This commit is contained in:
martii
2014-04-05 17:50:22 +02:00
parent 492b7f1b8d
commit aa98de5993
12 changed files with 0 additions and 43 deletions

View File

@@ -172,7 +172,6 @@ static WriterCaps_t mpeg4p2_caps = {
struct Writer_s WriterVideoMSCOMP = {
&reset,
&writeData,
NULL,
&mpeg4p2_caps
};
@@ -186,7 +185,6 @@ static WriterCaps_t fourcc_caps = {
struct Writer_s WriterVideoFOURCC = {
&reset,
&writeData,
NULL,
&fourcc_caps
};
@@ -200,6 +198,5 @@ static WriterCaps_t divx_caps = {
struct Writer_s WriterVideoDIVX = {
&reset,
&writeData,
NULL,
&divx_caps
};