diff --git a/ffplay.c b/ffplay.c index e10988333d5fb83c4d8303948283b6739605309c..f22a848079b5fa81a572779204b6e9d100d2df5b 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1693,6 +1693,7 @@ static int video_thread(void *arg) av_free_packet(&pkt); goto the_end; } + filt_in = is->in_video_filter; filt_out = is->out_video_filter; last_w = is->video_st->codec->width; last_h = is->video_st->codec->height;