mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-09-01 18:00:56 +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:
@@ -130,7 +130,6 @@ static WriterCaps_t caps_ac3 = {
|
||||
struct Writer_s WriterAudioAC3 = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps_ac3
|
||||
};
|
||||
|
||||
@@ -144,6 +143,5 @@ static WriterCaps_t caps_eac3 = {
|
||||
struct Writer_s WriterAudioEAC3 = {
|
||||
&reset,
|
||||
&writeData,
|
||||
NULL,
|
||||
&caps_eac3
|
||||
};
|
||||
|
Reference in New Issue
Block a user