From 143e6ca14ef8d043cc01e922ac6ed03e20b71606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Hellstr=C3=B6m?= Date: Fri, 6 May 2005 07:42:20 +0000 Subject: **BUGFIX** improve xxmc cpu-usage for IDCT / MOCOMP acceleration through better locking [bug #1195282] CVS patchset: 7524 CVS date: 2005/05/06 07:42:20 --- src/video_out/xxmc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/video_out/xxmc.h') diff --git a/src/video_out/xxmc.h b/src/video_out/xxmc.h index 27103dea7..fcbd082e3 100644 --- a/src/video_out/xxmc.h +++ b/src/video_out/xxmc.h @@ -18,7 +18,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: xxmc.h,v 1.7 2005/04/09 11:47:43 totte67 Exp $ + * $Id: xxmc.h,v 1.8 2005/05/06 07:42:21 totte67 Exp $ * * video_out_xxmc.c, X11 decoding accelerated video extension interface for xine * @@ -178,8 +178,8 @@ typedef struct context_lock_s { #define XVMCLOCKDISPLAY(display) #define XVMCUNLOCKDISPLAY(display) #else -#define XVMCLOCKDISPLAY(display) XLockDisplay(display); -#define XVMCUNLOCKDISPLAY(display) XUnlockDisplay(display); +#define XVMCLOCKDISPLAY(display) XLockDisplay(display) +#define XVMCUNLOCKDISPLAY(display) XUnlockDisplay(display) #endif struct xxmc_driver_s { -- cgit v1.2.3