mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-29 16:30:57 +02:00
libeplayer3: sync with tdt git commit fed2a419dc
Origin commit data
------------------
Branch: master
Commit: 173ef3230a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-03 (Wed, 03 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -244,6 +244,5 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
|
||||
struct Manager_s AudioManager = {
|
||||
"Audio",
|
||||
&Command,
|
||||
NULL,
|
||||
|
||||
NULL
|
||||
};
|
||||
|
@@ -45,7 +45,7 @@ ManagerHandler_t ManagerHandler = {
|
||||
"ManagerHandler",
|
||||
&AudioManager,
|
||||
&VideoManager,
|
||||
&SubtitleManager,
|
||||
&SubtitleManager
|
||||
};
|
||||
|
||||
/* ***************************** */
|
||||
@@ -90,4 +90,3 @@ void freeTrack(Track_t* track)
|
||||
free(track->aacbuf);
|
||||
|
||||
}
|
||||
|
||||
|
@@ -248,6 +248,5 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
|
||||
struct Manager_s SubtitleManager = {
|
||||
"Subtitle",
|
||||
&Command,
|
||||
NULL,
|
||||
|
||||
NULL
|
||||
};
|
||||
|
@@ -237,6 +237,5 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
|
||||
struct Manager_s VideoManager = {
|
||||
"Video",
|
||||
&Command,
|
||||
NULL,
|
||||
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user