Opened 13 years ago Closed 13 years ago #287 closed defect (fixed)num_reorder_frames is coded twice
Description
The syntax element "num_reorder_frames" has been implemented twice in the SPS (in macros MAX_DPB_AND_LATENCY and G1002_RPS) Attachments (2)Change History (8)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by ksuehringcomment:2 Changed 13 years ago by ksuehring
A cleanup patch has been attached to this ticket containing the following changes:
(sorry for not splitting this up) comment:3 Changed 13 years ago by ksuehring
the patch is based on HM-5.0-dev-misc r1762 comment:4 Changed 13 years ago by jonatan
Thank you Karsten for providing the patch. I think it looks fine.
I added a new version of it with two minor changes:
added #if G1002_RPS around
and changed so that MaxNumberOfReorderPictures equal to -1 indicates that m_numReorderFrames shall be set to the optimal value. This way also MaxNumberOfReorderPictures equal to 0 can be explicitly tested. comment:5 Changed 13 years ago by ksuehring
I have applied the patch in r1764 (HM-5.0-dev-misc) with one minor change: The configuration output text has been changed to state that -1 means automatic selection. comment:6 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Cleanup of num_reorder_frames