|
@@ -3778,7 +3778,7 @@ FF_ENABLE_DEPRECATION_WARNINGS |
|
|
if (st->info->fps_last_dts != AV_NOPTS_VALUE && |
|
|
if (st->info->fps_last_dts != AV_NOPTS_VALUE && |
|
|
st->info->fps_last_dts_idx > st->info->fps_first_dts_idx && |
|
|
st->info->fps_last_dts_idx > st->info->fps_first_dts_idx && |
|
|
(pkt->dts - st->info->fps_last_dts) / 1000 > |
|
|
(pkt->dts - st->info->fps_last_dts) / 1000 > |
|
|
(st->info->fps_last_dts - st->info->fps_first_dts) / |
|
|
|
|
|
|
|
|
(st->info->fps_last_dts - (uint64_t)st->info->fps_first_dts) / |
|
|
(st->info->fps_last_dts_idx - st->info->fps_first_dts_idx)) { |
|
|
(st->info->fps_last_dts_idx - st->info->fps_first_dts_idx)) { |
|
|
av_log(ic, AV_LOG_WARNING, |
|
|
av_log(ic, AV_LOG_WARNING, |
|
|
"DTS discontinuity in stream %d: packet %d with DTS " |
|
|
"DTS discontinuity in stream %d: packet %d with DTS " |
|
|