GNOME Bugzilla – Bug 703920
h264: reference list count less than num_ref
Last modified: 2014-04-26 12:33:48 UTC
Created attachment 248801 [details] [review] h264-fix-reference-list-count-less-than-num_ref Sometimes RefPicListx_count is less than the num_ref_listx because there's not enough reference pictures in dpb.
Hi, (In reply to comment #0) > Created an attachment (id=248801) [details] > h264-fix-reference-list-count-less-than-num_ref > > Sometimes RefPicListx_count is less than the num_ref_listx because there's not > enough reference pictures in dpb. Would you have a sample that exhibits the problem fixed by that patch? That's because if RefPicListX_count < num_ref_listX, then other slots are filled in with NULL and the various marking process functions normally do check for NULL pictures. So, I would like to understand what this fixes. Thanks.
Hi, any more recent updates on this one? Thanks.
Review of attachment 248801 [details] [review]: This patch doesn't look goot to me. Besides, it doesn't seem to fix anything after testing, and only bring regressions instead: CAWP5_TOSHIBA_E CANL1_TOSHIBA_G BA1_FT_C
Closing as per comment #1