Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dutils.c3651 int64_t max_subtitle_analyze_duration; local
3661 max_subtitle_analyze_duration = max_analyze_duration;
3665 max_subtitle_analyze_duration = 30*AV_TIME_BASE;
3942 … else if (avctx->codec_type == AVMEDIA_TYPE_SUBTITLE) limit = max_subtitle_analyze_duration;