Fix compilation with --disable-avfilter.

(cherry picked from commit 67a8251690a17f05630eb6f45a73db0f0e806c72)
This commit is contained in:
Carl Eugen Hoyos 2011-08-16 23:31:09 +02:00
parent 6605d43777
commit a5e3fe3769

View File

@ -1776,8 +1776,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);