diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c index c5a5b1a124..c27edb2e98 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -672,8 +672,8 @@ int vf_next_config(struct vf_instance *vf, vf->next=vf2; } vf->next->w = width; vf->next->h = height; -#endif return 1; +#endif } int vf_next_control(struct vf_instance *vf, int request, void* data){