Browse Source

avfilter/vf_v360: add missing av_assert0()

tags/n4.3
Paul B Mahol 6 years ago
parent
commit
654601dd1d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/vf_v360.c

+ 2
- 0
libavfilter/vf_v360.c View File

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

vec[0] = l_x;


Loading…
Cancel
Save