diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-03-25 01:26:34 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-03-25 01:26:34 +0000 |
commit | d88287783c588dc5413e2975db725fc7a39326e4 (patch) | |
tree | f7dd0d7bf72f8db71c36799f6c04f6740195f473 | |
parent | aafaef28c00d73538c728e38aac3e79f0784dd8e (diff) | |
download | xine-lib-d88287783c588dc5413e2975db725fc7a39326e4.tar.gz xine-lib-d88287783c588dc5413e2975db725fc7a39326e4.tar.bz2 |
Oops. Revert the change which wasn't part of Reinhard's patch.
CVS patchset: 7948
CVS date: 2006/03/25 01:26:34
-rw-r--r-- | src/xine-engine/video_out.c | 4 |
1 files 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 ); |