From 869988b539228de1bbdf51f9e32faabe5cc74083 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 21 Feb 2019 21:59:04 +0100 Subject: [PATCH] Fix video playback for 64bit builds --- Stub/movie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stub/movie.cpp b/Stub/movie.cpp index b5566b9ad..ea83ecf34 100644 --- a/Stub/movie.cpp +++ b/Stub/movie.cpp @@ -31,7 +31,7 @@ void __fastcall play_movie(char *pszMovie, BOOL user_can_close) } /* file meta-info */ - unsigned int width, height, nFrames; + unsigned long width, height, nFrames; /* arrays for audio track metadata */ unsigned char a_trackmask, a_channels[7], a_depth[7]; unsigned long a_rate[7];