[MPlayer-cvslog] r23676 - in trunk/libvo: vo_xmga.c vo_xv.c vo_xvmc.c
reimar
subversion at mplayerhq.hu
Wed Jun 27 12:28:38 CEST 2007
Author: reimar
Date: Wed Jun 27 12:28:38 2007
New Revision: 23676
Log:
Remove some unused variables
Modified:
trunk/libvo/vo_xmga.c
trunk/libvo/vo_xv.c
trunk/libvo/vo_xvmc.c
Modified: trunk/libvo/vo_xmga.c
==============================================================================
--- trunk/libvo/vo_xmga.c (original)
+++ trunk/libvo/vo_xmga.c Wed Jun 27 12:28:38 2007
@@ -117,7 +117,6 @@ static int config(uint32_t width, uint32
uint32_t d_height, uint32_t flags, char *title,
uint32_t format)
{
- char *mTitle = (title == NULL) ? "XMGA render" : title;
XVisualInfo vinfo;
unsigned long xswamask;
int r, g, b;
Modified: trunk/libvo/vo_xv.c
==============================================================================
--- trunk/libvo/vo_xv.c (original)
+++ trunk/libvo/vo_xv.c Wed Jun 27 12:28:38 2007
@@ -166,10 +166,6 @@ static int config(uint32_t width, uint32
uint32_t d_height, uint32_t flags, char *title,
uint32_t format)
{
-// int screen;
- char *hello = (title == NULL) ? "Xv render" : title;
-
-// char *name = ":0.0";
XSizeHints hint;
XVisualInfo vinfo;
XGCValues xgcv;
Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c (original)
+++ trunk/libvo/vo_xvmc.c Wed Jun 27 12:28:38 2007
@@ -450,7 +450,6 @@ int i,mode_id,rez;
int numblocks,blocks_per_macroblock;//bpmb we have 6,8,12
//from vo_xv
-char *hello = (title == NULL) ? "XvMC render" : title;
XSizeHints hint;
XVisualInfo vinfo;
XGCValues xgcv;
More information about the MPlayer-cvslog
mailing list