summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-16 23:31:09 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-16 23:31:09 +0200
commit67a8251690a17f05630eb6f45a73db0f0e806c72 (patch)
treef20b7cff347d241242c4bffc1fc3355bf053e31b /ffplay.c
parent4f00519d9508e07aac58a00a9b514dae8ad95723 (diff)
Fix compilation with --disable-avfilter.
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffplay.c b/ffplay.c
index d35983d333..f116db98c6 100644
--- a/ffplay.c
+++ b/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);