libeplayer3: dynamically update pid list

Origin commit data
------------------
Branch: master
Commit: beac99d8b0
Author: martii <m4rtii@gmx.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-03-25 20:42:36 +01:00
parent 1fa46d1d08
commit c02a804944
7 changed files with 41 additions and 0 deletions

View File

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