mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
avfilter/vf_v360: add missing av_assert0()
This commit is contained in:
parent
7a7aa4f79e
commit
654601dd1d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user