Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dutils.c946 AVRational codec_framerate = s->iformat ? st->internal->avctx->framerate : in ff_compute_frame_duration() local
952 …if ((!codec_framerate.den || !codec_framerate.num) && st->codec->time_base.den && st->codec->time_… in ff_compute_frame_duration()
953codec_framerate = av_mul_q(av_inv_q(st->codec->time_base), (AVRational){1, st->codec->ticks_per_fr… in ff_compute_frame_duration()
967 } else if (codec_framerate.den * 1000LL > codec_framerate.num) { in ff_compute_frame_duration()
970 codec_framerate.den, in ff_compute_frame_duration()
971 codec_framerate.num * (int64_t)st->internal->avctx->ticks_per_frame, in ff_compute_frame_duration()