This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM368 params.size = sizeof(IH264VENC_Params);



您好

请问一下为什么htest264.videncParams.size =sizeof(IH264VENC_Params);

  hVe1 = Venc1_create(hEngine, envp->videoEncoder,  (VIDENC1_Params*)&htest264, (VIDENC1_DynamicParams*) &extDynParams);会创建失败

Error: Failed to create video encoder: h264enc

如果把IH264VENC_Params换成默认的IVIDENC1_Params就不会 我要使用外部的参数所以要用IH264VENC_Params