https://www.dropbox.com/s/dtvvw24z8kd6o0q/sdl2_pas.zip

Hi

Ok, so I got the SDL2 library down to one file now (woo hoo, with all the addons, SDL2_image/mixer/net/ttf)... and it's nice (win32 at the moment.). As a result to doing this, I was able to expose SMPEG and figure it would be nice to be able to display movies. I have been trying to get that working, but it will just crash. Not sure what is going on. It seems to be calling the callback and everything works inside, but as soon as the callback returns, it will soon crash the app. This is driving me nuts because I am so close to having movie playback.

Any ideas?