hi,
I encode I420 format yuv file to h264 by imx6q vpu , encode data is got(first frame 00 00 00 01 65 start, following picture blow), but there are not pps and sps datas.
I get sps and pps datas by function of libvpu:ret = vpu_EncGiveCommand(handle, ENC_PUT_AVC_HEADER, &enchdr_param), enchdr_param.headerType = SPS_RBSP and PPS_RBSP, mvc_paraset_refresh_en = 1 and avc_audEnable = 1 in structure EncAvcParam.
return is success, but enchdr_param.size is zero, Why!
the LTIB version I using is L3.0.35_4.1.0_130816
Thanks very much~~~
