We are integrating TI C66x_mp4venc_02_04_01_02_ELF encoder into an application on C6678 based platform.
Occasionally I need to generate MPEG4 VOL header. I've followed the directions found in the following post:
http://e2e.ti.com/support/embedded/multimedia_software_codecs/f/356/t/8056.aspx
I set dynamicParams.generateHeader = XDM_GENERATE_HEADER and call control function with XDM_SETPARAMS and then call process function.
However the process function doesn't generate anything and returns out_args.videncOutArgs.bytesGenerated equal to zero.
Can anyone advise what is wrong and how to generate MPEG4 VOL header in my case?
Thanks