From e25257a0431ef475e5106f7534319b161b81fcae Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 22 Aug 2022 15:57:38 -0400 Subject: windows buildable; needs debugging --- ffmpeg_backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg_backend.h') diff --git a/ffmpeg_backend.h b/ffmpeg_backend.h index de73ff4..62134fe 100644 --- a/ffmpeg_backend.h +++ b/ffmpeg_backend.h @@ -5,7 +5,7 @@ // position. Different files don't exhibit this behavior. struct av_info { - uint64 PreviousPTS = -1; // PTS value of the previous frame, used to check timings. + uint64 PreviousPTS = (uint64)-1; // PTS value of the previous frame, used to check timings. AVCodecParameters *VideoCodecParameters; // Used to supply info about the decoder. const AVCodec* VideoCodec; -- cgit v1.2.3