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
|
b
|
static int video_thread(void *arg)
|
| 1779 | 1779 | |
| 1780 | 1780 | if (ret < 0) goto the_end; |
| 1781 | 1781 | |
| 1782 | | if (!picref) |
| 1783 | | continue; |
| 1784 | | |
| 1785 | 1782 | pts = pts_int*av_q2d(is->video_st->time_base); |
| 1786 | | |
| 1787 | 1783 | ret = queue_picture(is, frame, pts, pos); |
| 1788 | 1784 | |
| 1789 | 1785 | if (ret < 0) |