#1443 closed enhancement (fixed)extra condition on reading of loop_filter_across_tiles_enabled_flag
Description
(on behalf of Pavel Evsikov pavel.evsikov@…)
In parsePPS, there is
Though (tileColumnsMinus1 + tileRowsMinus1) != 0 is a conformance condition, the spec does not tell that reading of the flag is possible only when both reading parameters are not zeros. The
It is better to user "assert" for the conformance condition. Change History (2)comment:1 Changed 9 years ago by ksuehring
comment:2 Changed 8 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
|
fixed in r4742