Browse Source

Fix video playback for 64bit builds

pull/25/head
Anders Jenbo 7 years ago
parent
commit
869988b539
  1. 2
      Stub/movie.cpp

2
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];

Loading…
Cancel
Save