Hi,i am working on a application where i need to use QuickSync for decoding and i came across this sample application that makes us of ffmpeg to demux the media and pass it to QuickSync. Now the problem i am facing is that the sample_decode(with ffmpeg integration) decodes the frames of a .mp4 file fine but the same for an .mts(cam recorded) files it gives green frames and pixelated green output. What possibly could be wrong with the decoding process?
Thank you.