From 3d8265a9a0507902d42c834c1e939f6981cc1761 Mon Sep 17 00:00:00 2001
From: qrtt1 <chingyichan.tw@gmail.com>
Date: Wed, 17 Aug 2011 00:01:10 +0800
Subject: [PATCH] fix compilation error when disable-avfilters

---
 ffplay.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ffplay.c b/ffplay.c
index 8788771..75b5044 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1779,11 +1779,7 @@ static int video_thread(void *arg)
 
         if (ret < 0) goto the_end;
 
-        if (!picref)
-            continue;
-
         pts = pts_int*av_q2d(is->video_st->time_base);
-
         ret = queue_picture(is, frame, pts, pos);
 
         if (ret < 0)
-- 
1.7.3.4

