mirror of https://github.com/FFmpeg/FFmpeg.git
On the first iteration through this code, last_dts is always INT64_MIN (AV_NOPTS_VALUE) and the subtraction overflows in an invalid manner. Although the result is only used if the input values are valid, performing the subtraction is still not allowed in a strict environment. Signed-off-by: Mans Rullgard <mans@mansr.com>pull/2/head
parent
bb59156606
commit
a31e9f68a4
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue