From d88287783c588dc5413e2975db725fc7a39326e4 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 25 Mar 2006 01:26:34 +0000 Subject: Oops. Revert the change which wasn't part of Reinhard's patch. CVS patchset: 7948 CVS date: 2006/03/25 01:26:34 --- src/xine-engine/video_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 2bfdd91ad..19d635d76 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.224 2006/03/25 01:17:44 dsalt Exp $ + * $Id: video_out.c,v 1.225 2006/03/25 01:26:34 dsalt Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -63,7 +63,7 @@ * in the same format as requested (avoid unnecessary free/alloc in * vo driver). up to 25% less cpu load using deinterlace with film mode. */ -#define EXPERIMENTAL_FRAME_QUEUE_OPTIMIZATION 0 +#define EXPERIMENTAL_FRAME_QUEUE_OPTIMIZATION 1 static vo_frame_t * crop_frame( xine_video_port_t *this_gen, vo_frame_t *img ); -- cgit v1.2.3