Part Number: DRA746
Tool/software: Linux
Hi Ram,
I have problem with mpeg4 format. I want to parse the stream header to get the width and height.
Refering to appendix Dof MPEG4 decoder user guide, Parsing the header from mpeg4 stream seems not work well, whose procedure is the same as 264 stream.
calling VIDDEC3_process and return -1 error, and extendedError is XDM_UNSUPPORTEDPARAM. I cannot find the root cause.
The stream header containing VOS + VO + VOL +VOP is below,
11-13 21:09:04.698 17839 17847 D hexDump: 0000: 00, 00, 01, b0, f5, 00, 00, 01, b5, 09, 00, 00, 01, 00, 00, 00,
11-13 21:09:04.698 17839 17847 D hexDump: 0010: 01, 20, 00, 84, 5d, 4c, 28, a0, 21, e0, a3, 1f, 00, 00, 01, b6
Is the stream is right or not?