avfilter/vf_v360: add missing av_assert0()

This commit is contained in:
Paul B Mahol 2019-09-16 10:40:47 +02:00
parent 7a7aa4f79e
commit 654601dd1d

View File

@ -768,6 +768,8 @@ static void cube_to_xyz(const V360Context *s,
l_y = -vf; l_y = -vf;
l_z = 1.f; l_z = 1.f;
break; break;
default:
av_assert0(0);
} }
vec[0] = l_x; vec[0] = l_x;