We have some video file to paly on DM388 platform.
The video file codec is H264 and we would like to play it with hardware decoder.
We found that there is a usecase in below path:
\ipnc_rdk\ipnc_mcfw\mcfw\src_linux\mcfw_api\usecases\multich_encode_decode.c
For our purpose, we should replace the encoder with a opened file,
but we don't know how to do that.
Therefore, our question is
how to open a video file and assign it as the input of decoder.
Thanks for help.
Best regards,
Edwin