Opened 5 years ago
Closed 5 years ago
#1058 closed defect (fixed)
LMCS APS data regarding aps_chroma_present_flag
Reported by: | taoranlu | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
A pair of bracket could be added after introducing the aps_chroma_present_flag.
In JVET-R2001-v8, it is:
if( aps_chroma_present_flag )
lmcs_delta_abs_crs
if( lmcs_delta_abs_crs > 0 )
lmcs_delta_sign_crs_flag
It is better to be
if( aps_chroma_present_flag ) {
lmcs_delta_abs_crs
if( lmcs_delta_abs_crs > 0 )
lmcs_delta_sign_crs_flag
}
Change history (1)
comment:1 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks! Either way would be OK, but I can see why you say it's better that way. Will be changed in JVET-R2001-vA/v10.