Commit 654601dd authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_v360: add missing av_assert0()

parent 7a7aa4f7
...@@ -768,6 +768,8 @@ static void cube_to_xyz(const V360Context *s, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment