diff --git a/ffplay.c b/ffplay.c index 18edfa3ae85230ca27b358e5d6e7bf7284f2e892..315a12689439e1a69837a78e9e70fe0f572c4234 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1700,11 +1700,12 @@ static int video_thread(void *arg) { VideoState *is = arg; AVFrame *frame= avcodec_alloc_frame(); - int64_t pts_int, pos; + int64_t pts_int; double pts; int ret; #if CONFIG_AVFILTER + int64_t pos; AVFilterContext *filt_src = NULL, *filt_out = NULL; AVFilterGraph *graph = av_mallocz(sizeof(AVFilterGraph)); graph->scale_sws_opts = av_strdup("sws_flags=bilinear");