I have the same problem that grigaci. I try to modify the the LibVLC SampleCode SDL example using libvlc 1.1.4 and I got, after execute lock function, an access violation inside libswscale_plugin.dll. Thanks! struct ctx { uint16_t* pixel; }; static void *lock(void *data, void **p_pixels) { struct ct...
Hi: I am using libvlc in a c++ proyect. I trying to get a frame by frame video using libvlc_video_set_callbacks function.I use some examples posted in this site. I call libvlc_video_set_format(_callbacks) too but in runtime, after execute lock function, the program send an access violation inside li...