Platform: DM365 EVK
SDK: DVSDK from TI
When creating a H264 Video Encoder Instance using function "Venc1_create", using defaults for the parameters inputted into the encoder as below,
Venc1_Params_DEFAULT;
Venc1_DynamicParams_DEFAULT;
What is the output format generated by the Encoder on a frame by frame basis. Is the output buffer for each encoded frame in NAL (Network Abstraction Layer) units.
Need to know the default before extending the parameters structures.