Function prototype for chapter extraction.

This commit is contained in:
Saurabh Shrivastava 2017-01-21 01:38:12 +05:30 committed by GitHub
parent d1b127164e
commit d9414782b2

View File

@ -4,4 +4,5 @@
int processmp4 (struct lib_ccx_ctx *ctx,struct ccx_s_mp4Cfg *cfg, char *file);
int dumpchapters(struct lib_ccx_ctx *ctx,struct ccx_s_mp4Cfg *cfg, char *file);
#endif