libeplayer3: initial attempt to unbreak ass/ssa subtitles

Origin commit data
------------------
Branch: master
Commit: 35da5243e7
Author: martii <m4rtii@gmx.de>
Date: 2013-07-26 (Fri, 26 Jul 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-07-26 16:59:58 +02:00
parent a2db475093
commit 28754779e8
12 changed files with 123 additions and 97 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 container_ffmpeg_update_tracks(Context_t *context, char *filename, int initial);
#endif