Opened 5 years ago
Closed 5 years ago
#406 closed defect (fixed)
unexpected "{" in merge_data syntax table
Reported by: | hanhuang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
There's a typo in merge_data syntax. The "{" in the following should be deleted.
if( sps_ciip_enabled_flag && sps_triangle_enabled_flag &&
MaxNumTriangleMergeCand > 1 && slice_type = = B &&
cu_skip_flag[ x0 ][ y0 ] = = 0 &&
( cbWidth * cbHeight ) >= 64 && cbWidth < 128 && cbHeight < 128 ) {
Change history (2)
comment:1 Changed 5 years ago by LiZhang
comment:2 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Thanks for reporting.
This will be fixed JVET-P2001-v7.
Note: See TracTickets for help on using tickets.
I confirm this is a typo.