libeplayer3: change teletext handling to directly inject packets in tuxtext

Origin commit data
------------------
Branch: master
Commit: daaa1ca8df
Author: martii <m4rtii@gmx.de>
Date: 2014-03-23 (Sun, 23 Mar 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-03-23 13:54:40 +01:00
parent ad7a6eb1e0
commit 7a499f35c4
7 changed files with 9 additions and 416 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);