I'm having trouble with the decoder when I pass frames to it with closed captioning (CC). The CC is part of the video frame in a SEI message.
The VIDDEC3_process() call returns 0x401, which is IH264VDEC_ERR_NOSLICE and XDM_INSUFFICIENTDATA. The decoded video is recognizable, but full of artifacts. VLC plays the stream OK.
I'm using ivahd_h264dec_01_00_00_04_production version of the h264 decoder as part of ti-ezsdk_dm816x-evm_5_03_01_15.
Does the decoder support this? I don't expect it to display the CC, but it should decode the video without errors.