aboutsummaryrefslogtreecommitdiffstats
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:33:20 +0200
commit87757508abe36dd376093c59f00db41fe15d76a5 (patch)
treea3059b43bc28578bd839879a3db524d4487e9e69
parentf66418afba4a7fcff33d6421a190a109f574b07b (diff)
downloadffmpeg-87757508abe36dd376093c59f00db41fe15d76a5.tar.gz
Fix compilation with --disable-avfilter.
(cherry picked from commit 67a8251690a17f05630eb6f45a73db0f0e806c72)
-rw-r--r--ffplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffplay.c b/ffplay.c
index c41709674f..b79df9760e 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1779,8 +1779,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);