libeplayer3: change teletext handling to directly inject packets in tuxtext

This commit is contained in:
martii
2014-03-23 13:54:40 +01:00
parent 173880cb31
commit 9eb23c78f4
6 changed files with 5 additions and 409 deletions

View File

@@ -57,7 +57,6 @@ extern Writer_t WriterVideoMSCOMP;
extern Writer_t WriterVideoH263;
extern Writer_t WriterVideoFLV;
extern Writer_t WriterVideoVC1;
extern Writer_t WriterPipe;
Writer_t *getWriter(char *encoding);