Fix compilation with --disable-avfilter.

pull/2/head
Carl Eugen Hoyos 14 years ago
parent 4f00519d95
commit 67a8251690
  1. 2
      ffplay.c

@ -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);

Loading…
Cancel
Save