From 6f8f8cd72c2be8bf0b2404b8a0e9034b25f7e882 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 11 Jul 2001 23:31:44 +0000 Subject: fixed playback of field picture based streams using XShm CVS patchset: 273 CVS date: 2001/07/11 23:31:44 --- src/xine-engine/video_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/video_out.c') diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 2bcb5d4ea..4a07aaeb2 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.33 2001/07/10 19:33:05 guenter Exp $ + * $Id: video_out.c,v 1.34 2001/07/11 23:31:45 guenter Exp $ * */ @@ -36,7 +36,7 @@ #include "utils.h" #include "monitor.h" -#define NUM_FRAME_BUFFERS 20 +#define NUM_FRAME_BUFFERS 15 struct img_buf_fifo_s { vo_frame_t *first; -- cgit v1.2.3