Files
test/source/blender
Campbell Barton aebb32748e Fix UB issue calculating the frame duration for images with FFMPEG
AVFormatContext::duration was used without checking it was set,
calculations for the frame-rate cast -INT64_MAX to a double,
scaled it then cast to an integer - overflowing.
On my system the result was a negative number so the duration was never
usable in practice.

Add an explicit check for this so the duration is left at zero instead.
2023-10-13 10:55:47 +11:00
..
2023-10-13 10:21:06 +11:00
2023-10-13 10:21:06 +11:00
2023-10-13 10:21:06 +11:00
2023-10-13 10:21:06 +11:00
2023-08-24 11:38:41 +10:00