Home
last modified time | relevance | path

Searched refs:pden (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Ddemux.c658 static void compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, in compute_frame_duration() argument
667 *pden = 0; in compute_frame_duration()
672 *pden = st->r_frame_rate.num; in compute_frame_duration()
675 *pden = st->time_base.den; in compute_frame_duration()
678 av_reduce(pnum, pden, in compute_frame_duration()
684 av_reduce(pnum, pden, in compute_frame_duration()
686 (*pden), in compute_frame_duration()
693 *pnum = *pden = 0; in compute_frame_duration()
707 *pden = sample_rate; in compute_frame_duration()

Completed in 5 milliseconds