Hi,
I am trying to add some new functions into VLC for my application. The new function should be added after decoding module and before display module. I am going to make this new function into a DLL module and then link it with other VLC modules.
Any one who knows if it is possible to add an DLL module in to VLC and how to do it?
Thanks!