Opened 12 years ago Closed 12 years ago #654 closed defect (fixed)Several references to disable_deblocking_filter_flag
Description
In 8.7.2 - Deblocking Filter Process, and in the slice sytnax table, there are references to a non-existing sytnax element disable_deblocking_filter_flag.
Rather it could be changed to a variable called disableDeblockingFilterFlag that is set equal to pps_disable_deblocking_filter_flag || slice_header_disable_deblocking_filter_flag
Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
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
|
Just using slice_disable_deblocking_filter_flag should work due to:
"When slice_disable_deblocking_filter_flag is not present, it is inferred to be equal to pic_disable_deblocking_filter_flag"
This will be fixed in JCTVC-K0030_v3 (to be released).