Lines Matching defs:m2ts_mode
101 int m2ts_mode;
515 if (ts->m2ts_mode) {
555 stream_type = ts->m2ts_mode ? get_m2ts_stream_type(s, st) : get_dvb_stream_type(s, st);
976 if (ts->m2ts_mode) {
1106 if (ts->m2ts_mode == -1) {
1108 ts->m2ts_mode = 1;
1110 ts->m2ts_mode = 0;
1119 if (ts->m2ts_mode) {
1188 if (ts->m2ts_mode) {
1467 ts->m2ts_mode) {
1575 if (ts->m2ts_mode && st->codecpar->codec_id == AV_CODEC_ID_AC3)
1651 if (ts->m2ts_mode &&
1704 if (ts->m2ts_mode &&
2127 } else if (st->codecpar->codec_id == AV_CODEC_ID_PCM_BLURAY && ts->m2ts_mode) {
2187 if (ts->m2ts_mode) {
2291 { "mpegts_m2ts_mode", "Enable m2ts mode.", OFFSET(m2ts_mode), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, ENC },