In dvsdk 3.1, dvtb is using IMGENC1_create and IMGENC1_process functions where as the docs in codecs directory refer to IIMGENC1_Fxns structure.
What is the difference between the two? Is there documentation for IMGENC1_create/process functions? Where are those functions defined?
If I use IIMGENC1_Fxns, how to I populate the structure with the pointers to the actual functions?
Thanks.