Lines Matching defs:enabled
3377 // Thus, with edit lists enabled, the post-edit output of the file is
7181 * st->disposition controls the "enabled" flag in the tkhd tag.
7182 * QuickTime will not play a track if it is not enabled. So make sure
7183 * that one track of each type (audio, video, subtitle) is enabled.
7185 * Subtitles are special. For audio and video, setting "enabled" also
7187 * subtitles, an "enabled" subtitle is not rendered by default, but
7188 * if no subtitle is enabled, the subtitle menu in QuickTime will be
7195 int enabled[AVMEDIA_TYPE_NB];
7199 enabled[i] = 0;
7215 enabled[st->codecpar->codec_type]++;
7224 if (enabled[i] > 1)
7226 if (!enabled[i] && first[i] >= 0)
7372 * enabled. */
7392 av_log(s, AV_LOG_VERBOSE, "Empty MOOV enabled; disabling automatic bitstream filtering\n");
7397 av_log(s, AV_LOG_WARNING, "Global SIDX enabled; Ignoring skip_sidx option\n");
7426 av_log(s, AV_LOG_WARNING, "Edit list enabled; Assuming writing CMAF Track File\n");
7449 * is enabled, we don't support non-seekable output at all. */
7582 /* If hinting of this track is enabled by a later hint track,