libeplayer3: add support for teletext and dvbsubtitle streams

This commit is contained in:
martii
2012-08-04 13:31:28 +02:00
committed by Stefan Seyfried
parent 8563837c8b
commit d431e60284
14 changed files with 1280 additions and 2 deletions

View File

@@ -74,6 +74,10 @@ extern Writer_t WriterVideoH263;
extern Writer_t WriterVideoFLV;
extern Writer_t WriterVideoVC1;
extern Writer_t WriterFramebuffer;
#ifdef MARTII
extern Writer_t WriterPipe;
extern Writer_t WriterDVBSubtitle;
#endif
static Writer_t * AvailableWriter[] = {
&WriterAudioIPCM,