libeplayer3: sync with tdt

Origin commit data
------------------
Branch: master
Commit: 1d0e6663c4
Author: martii <you@example.com>
Date: 2012-07-21 (Sat, 21 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2012-07-21 21:03:59 +02:00
parent 3081c61771
commit f88465699d
34 changed files with 300 additions and 344 deletions

View File

@@ -54,7 +54,7 @@ if (debug_level >= level) printf(x); } while (0)
#define cERR_SUBTITLE_MGR_NO_ERROR 0
#define cERR_SUBTITLE_MGR_ERROR -1
static const char FILENAME[] = "subtitle.c";
static const char FILENAME[] = __FILE__;
/* ***************************** */
/* Types */
@@ -248,6 +248,5 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
struct Manager_s SubtitleManager = {
"Subtitle",
&Command,
NULL,
NULL
};