diff --git a/libavfilter/avf_avectorscope.c b/libavfilter/avf_avectorscope.c index 7f415fc3a7..29d028776a 100644 --- a/libavfilter/avf_avectorscope.c +++ b/libavfilter/avf_avectorscope.c @@ -300,6 +300,8 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) prev_y = y; } break; + default: + av_assert0(0); } s->prev_x = x, s->prev_y = y;