mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 19:20:49 +00:00
AV_NOPTS_VALUE is casted to int64_t when compared with pts, so with libavc >= 56.1 it should be no-op because in that version it's already signed int. Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>