How do I add new menu items associated with a codec module?
Posted: 29 Mar 2015 11:20
How can I add menu items (in the top menu or the context menu), based on a codec module I have written?
Based on the stream being decoded, there may be several optional features of the decoder I want to expose. Can this be done in the codec's .c file? Do I need lua to accompany my decoder?
Can anyone tell me if there are any modules doing something similar, so that I can use them as a reference?
Thanks
Based on the stream being decoded, there may be several optional features of the decoder I want to expose. Can this be done in the codec's .c file? Do I need lua to accompany my decoder?
Can anyone tell me if there are any modules doing something similar, so that I can use them as a reference?
Thanks