Search found 2 matches

Go to advanced search

by Made
25 Oct 2012 17:01
Forum: Development around libVLC
Topic: Enable/disable video filter in LibVLC
Replies: 8
Views: 3074

Re: Enable/disable video filter in LibVLC

Thank you.
Do you know which part of the code is broken and do you think there is a lot of work to make the patch works in LibVLC >=2.0?
Doest it seems reasonable to do it in a short time?
by Made
24 Oct 2012 18:33
Forum: Development around libVLC
Topic: Enable/disable video filter in LibVLC
Replies: 8
Views: 3074

Re: Enable/disable video filter in LibVLC

Hi, I have exactly the same problem. I use the libvlc_set_video_filter function but nothing happens. The filter is not applied. Here is my code: libvlc_instance_t * inst; libvlc_media_player_t *mp; libvlc_media_t *media; inst = libvlc_new(0, NULL); media = libvlc_media_new_path (inst, "Wildlife...

Go to advanced search