libeplayer3: dynamically update pid list

This commit is contained in:
martii
2013-03-25 20:42:36 +01:00
committed by Stefan Seyfried
parent a2e60ad48a
commit 8d3fba60a3
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