Skip to content
Snippets Groups Projects

Fix #735: remove constrained_intra_pred_flag

1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1313 1310 break;
1314 1311 }
1315 1312
1316 const bool valid = !isConstrained || CU::isIntra(*cs.getCURestricted(refPos, cu, chType));
1313 const bool valid = true;
1317 1314
  • Remy Foray added 1 commit

    added 1 commit

    Compare with previous version

  • Remy Foray added 11 commits

    added 11 commits

    Compare with previous version

  • mentioned in commit d143e578

  • Please register or sign in to reply
    Loading