From db8d9c67b663a873479df501583a141cb2b15532 Mon Sep 17 00:00:00 2001 From: Saurabh Shrivastava Date: Sat, 21 Jan 2017 01:35:58 +0530 Subject: [PATCH] By default don't extract chapters. --- src/lib_ccx/ccx_common_option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib_ccx/ccx_common_option.c b/src/lib_ccx/ccx_common_option.c index 601e8c8b..9853abeb 100644 --- a/src/lib_ccx/ccx_common_option.c +++ b/src/lib_ccx/ccx_common_option.c @@ -49,6 +49,7 @@ void init_options (struct ccx_s_options *options) options->auto_myth = 2; // 2=auto /* MP4 related stuff */ options->mp4vidtrack=0; // Process the video track even if a CC dedicated track exists. + options->extract_chapters=0; // By default don't extract chapters. /* General stuff */ options->usepicorder = 0; // Force the use of pic_order_cnt_lsb in AVC/H.264 data streams options->xmltv=0; // 1 = full output. 2 = live output. 3 = both