get_std_framerate 2908 libavformat/utils.c int framerate = get_std_framerate(i); get_std_framerate 2970 libavformat/utils.c if (st->info->codec_info_duration && st->info->codec_info_duration*av_q2d(st->time_base) < (1001*12.0)/get_std_framerate(j)) get_std_framerate 2972 libavformat/utils.c if (!st->info->codec_info_duration && 1.0 < (1001*12.0)/get_std_framerate(j)) get_std_framerate 2975 libavformat/utils.c if (av_q2d(st->time_base) * st->info->rfps_duration_sum / st->info->duration_count < (1001*12.0 * 0.8)/get_std_framerate(j)) get_std_framerate 2985 libavformat/utils.c num = get_std_framerate(j); get_std_framerate 2988 libavformat/utils.c av_log(NULL, AV_LOG_DEBUG, "rfps: %f %f\n", get_std_framerate(j) / 12.0/1001, error); get_std_framerate 3369 libavformat/utils.c AVRational std_fps = { get_std_framerate(j), 12 * 1001 };