libeplayer3: let neutrino handle bitmap subtitles

Origin commit data
------------------
Branch: master
Commit: d9e8e98678
Author: martii <m4rtii@gmx.de>
Date: 2014-03-16 (Sun, 16 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-16 07:29:38 +01:00
parent 88415f504e
commit bd349dc675
22 changed files with 116 additions and 661 deletions

View File

@@ -14,5 +14,5 @@ typedef struct Context_s {
ManagerHandler_t *manager;
} Context_t;
int container_ffmpeg_update_tracks(Context_t * context, char *filename, int initial);
int container_ffmpeg_update_tracks(Context_t * context, char *filename);
#endif