Changes between Initial Version and Version 1 of Ticket #247


Ignore:
Timestamp:
30 Apr 2019, 11:36:11 (5 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #247 – Description

    initial v1  
    22For example, the following code tries to solve this issue:
    33
     4{{{
     5#!c++
    46#if JVET_N0127_MMVD_SPS_FLAG_FIX
    57    if (!cu.cs->slice->getSPS()->getUseMMVD()&& cu.firstPU->lwidth() * cu.firstPU->lheight() == 32)
     
    1618    }
    1719#endif
    18 
     20}}}