I add a new codec algorhythm to produce a x64p server ,but when I run my program on the dm6467T evm I get the err: failed to create video encoder ***(the *** represent my codec algorhythm name),can anyone give me a hand,thanks!
source:
Create the video encoder */
hVe1 = Venc1_create(hEngine, envp->videoEncoder, params, dynParams);
if (hVe1 == NULL) { ERR("Failed to create video encoder: %s\n", envp->videoEncoder); cleanup(THREAD_FAILURE); }