|
|
|
@@ -3096,7 +3096,8 @@ void ff_rfps_calculate(AVFormatContext *ic) |
|
|
|
for (j= 0; j<MAX_STD_TIMEBASES; j++) { |
|
|
|
int k; |
|
|
|
|
|
|
|
if (st->info->codec_info_duration && st->info->codec_info_duration*av_q2d(st->time_base) < (1001*12.0)/get_std_framerate(j)) |
|
|
|
if (st->info->codec_info_duration && |
|
|
|
st->info->codec_info_duration*av_q2d(st->time_base) < (1001*11.5)/get_std_framerate(j)) |
|
|
|
continue; |
|
|
|
if (!st->info->codec_info_duration && get_std_framerate(j) < 1001*12) |
|
|
|
continue; |
|
|
|
|