Changes between Initial Version and Version 1 of Ticket #1649
- Timestamp:
- 6 Nov 2024, 13:43:38 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1649 – Description
initial v1 9 9 10 10 but in the VTM, the last condition is missed. 11 {{{ 11 12 bool isRefScaled(const PPS* pps) const 12 13 { … … 16 17 } 17 18 19 }}} 18 20 19 21 in case of single layer, SPS information is same between picture, but in multilayer profile, each CLVS can have own SPS, so the number of subpictures can be different between current picture and reference picture.