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

@@ -281,6 +281,5 @@ static WriterCaps_t caps = {
struct Writer_s WriterVideoVC1 = {
&reset,
&writeData,
NULL,
&caps
};