libeplayer3: cleanup, indent

Origin commit data
------------------
Branch: master
Commit: 3df4924af5
Author: martii <m4rtii@gmx.de>
Date: 2013-12-09 (Mon, 09 Dec 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-12-09 16:47:15 +01:00
parent af1ea8559a
commit 8543d465d4
5 changed files with 331 additions and 543 deletions

View File

@@ -14,6 +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, int initial);
#endif