By default don't extract chapters.

This commit is contained in:
Saurabh Shrivastava 2017-01-21 01:35:58 +05:30 committed by GitHub
parent c9a3a0c7f2
commit db8d9c67b6

View File

@ -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