Commit 67a82516 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix compilation with --disable-avfilter.

parent 4f00519d
......@@ -1782,8 +1782,10 @@ static int video_thread(void *arg)
if (ret < 0) goto the_end;
#if CONFIG_AVFILTER
if (!picref)
continue;
#endif
pts = pts_int*av_q2d(is->video_st->time_base);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment