Okay, I've tryed this. But it still crashes.
I've found out, when I build the Lock function like this,
Code: Select all
void LockVideo(void* Data, void* PixelData)
sometimes it plays a few frames an then it chrashes, or
the crash happens direct after the startup before playing anything.
Windows says the crash appears in "setupapi.dll" and sometimes in "libswscale_plugin.dll".
Update:
I've tryed to play a Video with the VLC Instance Parameters:
Code: Select all
"-q"
"--plugin-path"
"plugins"
"--ignore-config"
And exactly the same happens.
But the video I'am testing with works perfectly in die VLC Player RC1.
And.. my explorer appears to be in an endless loop after a few testings..
Update2:
Okay, problem is solved.
For some reasons it doesn't like when I set the plugin-path.
If I let them away, evrything works fine.