[Bug 754834] codecparsers: hevc: Fixes in scaling list value and NumPocTocalCurr value calculation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 10 09:15:22 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754834

--- Comment #1 from sreerenj <bsreerenj at gmail.com> ---
Created attachment 311095
  --> https://bugzilla.gnome.org/attachment.cgi?id=311095&action=edit
codecparsers: h265: Fix the selection of Active Ref Pic Set

If short_term_ref_pic_set_sps_flag is FALSE, the ShortTermRefPicSet
structure is supposed to derive from slice header. Which means,
CurrRpsIdx is equal to num_short_term_ref_pic_sets. But the number
of refpicsets communicated via sps header is only num_short_term_ref_pic_sets -
1.And we are using slice_header structure to reference the last entry, which is
ShortTermRefPicSet[num_short_term_ref_pic_sets].

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list