We are using the VLC v1.1.2, but I couldn't find the "gradfun.c in modules/video_filters/". Hope "mirror.c" also using the same filter concept. So after compiling the filter in the video_filters path, so the filter will automatically list in advanced preferences?
Where I can refer for find the flow of the filter below APIs?
1. Create
2. Destroy
3. Filter
4. FilterCallback
What is the use of "FilterCallback" API here?
Thx for the help. I am new to VLC development, pardon me for the basic queries. I tried enough to find, but couldn't