Skip to content
Snippets Groups Projects
Commit 2e81c703 authored by myungoh's avatar myungoh
Browse files

Changed assert to CHECK

parent 0846a8fd
No related branches found
Tags VTM-13.0
No related merge requests found
Pipeline #14419 passed
......@@ -11079,7 +11079,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