[Mesa-dev] [st/omx/dec/h264] Handing negative POC

Namburu, Chandu-babu chandu at amd.com
Thu Nov 24 06:57:54 UTC 2016


Hi ,

I have been working on an issue where the for a particular stream playback is stuttering and there are lot of frame drops.

That particular stream has negative POC value and as POC value is treated/read as unsigned, the frame is getting flushed out of DBP at the end of GOP instead of at starting.

Fixed this issue by considering POC as signed value instead of unsigned. Attached the patch, please review.
Regards,
Chandu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161124/43c8b84f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-st-omx-dec-h264-consider-POC-as-signed-instead-of-un.patch
Type: application/octet-stream
Size: 1481 bytes
Desc: 0001-st-omx-dec-h264-consider-POC-as-signed-instead-of-un.patch
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161124/43c8b84f/attachment-0001.obj>


More information about the mesa-dev mailing list