Hi guys,
I'm able to compile and run the test program mxc_vpu_test on an iMX53 with the following type of videos:
- MPEG sequence, v4, video, simple @ L3
- JVT NAL sequence, H.264 video, baseline @ L 32
But with those formats, I can't:
- ISO Media, MPEG v4 system, version 2
- ISO Media, MPEG v4 system, version 1
The program returns the error RETCODE_FAILURE = -1
So first of all, is it possible to decode those type of videos with the VPU ? And if yes, how can I modify the test program in order to do so.
Any help will be appreciated! Thanks.