libeplayer3: cleanup

Origin commit data
------------------
Branch: master
Commit: 6f384fc6b6
Author: martii <m4rtii@gmx.de>
Date: 2013-06-08 (Sat, 08 Jun 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-06-08 12:05:36 +02:00
parent c851b6af60
commit 68ea82d529
28 changed files with 27 additions and 530 deletions

View File

@@ -61,16 +61,12 @@ typedef struct Output_s {
extern Output_t LinuxDvbOutput;
extern Output_t SubtitleOutput;
#ifdef MARTII
extern Output_t PipeOutput;
#endif
static Output_t * AvailableOutput[] = {
&LinuxDvbOutput,
&SubtitleOutput,
#ifdef MARTII
&PipeOutput,
#endif
NULL
};
@@ -79,10 +75,8 @@ typedef struct OutputHandler_s {
Output_t * audio;
Output_t * video;
Output_t * subtitle;
#ifdef MARTII
Output_t * dvbsubtitle;
Output_t * teletext;
#endif
int (* Command) (/*Context_t*/void *, OutputCmd_t, void *);
} OutputHandler_t;