Home
last modified time | relevance | path

Searched refs:ts_autoprogram (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_demuxer.c299 ctx->ts_autoprogram = cfg->ts_autoprogram; in init_demuxer()
H A Dccx_common_option.h19 unsigned ts_autoprogram; // Try to find a stream with captions automatically (no -pn needed) member
H A Dccx_demuxer.h93 int ts_autoprogram; member
H A Dccx_common_option.c109 …options->demux_cfg.ts_autoprogram =0; // Try to find a stream with captions automatically (no -pn … in init_options()
H A Dts_tables.c59 if(ctx->nb_program == 1 && ctx->ts_autoprogram == CCX_TRUE) in need_program()
H A Dparams.c1604 opt->demux_cfg.ts_autoprogram=1; in parse_parameters()