From d9414782b2c75c444d746241647700a050f96d0b Mon Sep 17 00:00:00 2001 From: Saurabh Shrivastava Date: Sat, 21 Jan 2017 01:38:12 +0530 Subject: [PATCH] Function prototype for chapter extraction. --- src/lib_ccx/ccx_mp4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib_ccx/ccx_mp4.h b/src/lib_ccx/ccx_mp4.h index 6e5fe887..84eb5a8e 100644 --- a/src/lib_ccx/ccx_mp4.h +++ b/src/lib_ccx/ccx_mp4.h @@ -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