Ticket #25: missing_vps_vui.diff

File missing_vps_vui.diff, 435 bytes (added by danny, 10 years ago)
  • TLibDecoder/TDecCAVLC.cpp

     
    16191640    parseVPSVUI(vps);
    16201641#endif
    16211642  }
     1643#if 1 // danny@vidyo.com - fix for the case of missing VPS VUI
     1644        else {
     1645                vps->setHigherLayerIrapSkipFlag( false );
     1646                vps->setSingleLayerForNonIrapFlag( false );
     1647        }
     1648#endif
    16221649}