Opened 13 years ago Closed 10 years ago #401 closed enhancement (fixed)DeblockingFilterControlPresent parameter misleading
Description
I think the DeblockingFilterControlPresent parameter is rather confusing at the encoder. I think the value of deblocking_filter_control_present_flag should automatically be determined based on the deblocking filter control parameters, i.e. if one of them has a non-default value this value should be included in the bitstream.
For instance for disabling the deblocking filter the user will currently have to set DeblockingFilterControlPresent=1 AND LoopFilterDisable=1 which is not very intuitive.
There is also no documentation on these parameters on the command line help and only outdated information in the software manual. Change History (5)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by ksuehring
comment:3 Changed 11 years ago by ksuehring
comment:4 Changed 10 years ago by ksuehring
comment:5 Changed 10 years ago by ksuehring
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
|
A patch, that removes the DeblockingFilterControlPresent parameter and automatically determines presence based on deblocking filter parameters, has been applied in r4399