diff --git a/ffplay.c b/ffplay.c
index 9927006afe071e932d660bd3f96ea568607a3aa9..6b3df467e7f0d4ce18079fe2de33a44566c060ed 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1846,7 +1846,7 @@ static int video_thread(void *arg)
     if (avfilter_open(&filt_out, &output_filter, "out") < 0) goto the_end;
 
     if(avfilter_init_filter(filt_src, NULL, is))             goto the_end;
-    if(avfilter_init_filter(filt_out, NULL, frame))          goto the_end;
+    if(avfilter_init_filter(filt_out, NULL, NULL))           goto the_end;
 
 
     if(vfilters) {