Search found 3 matches

Go to advanced search

by FherCuba
09 Feb 2012 16:17
Forum: Development around libVLC
Topic: libvlc_video_set_callbacks() issue
Replies: 6
Views: 2602

Re: libvlc_video_set_callbacks() issue

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...
by FherCuba
09 Feb 2012 16:04
Forum: Development around libVLC
Topic: libvlc_video_set_callbacks inside c++ class
Replies: 10
Views: 7983

Re: libvlc_video_set_callbacks inside c++ class

Hi, I have correct all my problem and now all works perfectly!

thanks!
Hi:
Could you explain how you did it?
Thanks
by FherCuba
09 Feb 2012 16:00
Forum: Development around libVLC
Topic: libvlc_video_set_callbacks inside c++ class
Replies: 10
Views: 7983

Re: libvlc_video_set_callbacks inside c++ class

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...

Go to advanced search