mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-30 13:54:39 +00:00
By default don't extract chapters.
This commit is contained in:
parent
c9a3a0c7f2
commit
db8d9c67b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user