This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Steve,
Most likely this is issue with the parsed frames. Component expect one frame(raw data) in one buffer. Parser in EZSDK can parse only elementary stream and does not parse PS/TS streams. Also elementary stream parser is primitive one, and may not parse all kinds of elementary stream. Could you please try parsing it offlline and provide the frames to decoder.
Regards
Vimal
I was inputting an interlaced MPEG-2 file. Deinterlacing offline using FFmpeg and then feeding that output into the decode sample made it work.