Skip to content
Snippets Groups Projects
Commit 4dd09c45 authored by myungoh's avatar myungoh
Browse files

Changed assert to CHECK

parent c58af065
No related branches found
No related tags found
No related merge requests found
Pipeline #14417 passed
......@@ -10466,7 +10466,7 @@ void IntraPrediction::deriveMdipSorted(const PredictionUnit& pu, int* list, int&
}
else
{
assert(0);
CHECK((eTempType <= NO_NEIGHBOR) || (eTempType >LEFT_ABOVE_NEIGHBOR),"Wrong template type" );
}
 
#if !JVET_AK0061_PDP_MPM
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment