Skip to content

JVET-Q0203-Q0244-Aspect4: Signalling rectangular slices within a tile

Hendry requested to merge hendry197/VVCSoftware_VTM:JVET-Q0203 into master

Regarding the 2 deletions for the following: WRITE_UVLC( pcPPS->getNumSlicesInTile( i ) - 1, "num_slices_in_tile_minus1[i]" ); WRITE_UVLC( pcPPS->getSliceHeightInCtu( i ) - 1, "slice_height_in_ctu_minus1[i]" );

I don't know why they are shown as deletion. In my Visual Studio, I don't see the difference in the whitespace.

Merge request reports