I am blocked on testing TI h264 codec in EncodeDecode demo by using loopbackCombo server on DM6446 for serveral days。If I flow the demo,where decoder_init is set before the encoder_init, and the encode and decode results is right,while when I change the h264 encode_init before the decoder_init, and the encoded data is wrong. What a strange problem! Is encoder_init must set after decoder_init?why? And is it related with the VIDENC_control function in encoder_init?
Thanks for any of your suggestions!