mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-09-16 18:03:28 +02:00
libeplayer3: remove writeReverseData (unused)
Origin commit data
------------------
Branch: master
Commit: aa98de5993
Author: martii <m4rtii@gmx.de>
Date: 2014-04-05 (Sat, 05 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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