comparison mplayer.c @ 4512:f52e38e03bb7

YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used
author michael
date Sun, 03 Feb 2002 14:41:31 +0000
parents bc7b7102c147
children 4064940f3f9b
comparison
equal deleted inserted replaced
4511:bca05e9c0810 4512:f52e38e03bb7
252 // screen info: 252 // screen info:
253 char* video_driver=NULL; //"mga"; // default 253 char* video_driver=NULL; //"mga"; // default
254 char* audio_driver=NULL; 254 char* audio_driver=NULL;
255 static int fullscreen=0; 255 static int fullscreen=0;
256 static int vidmode=0; 256 static int vidmode=0;
257 static int softzoom=0; 257 int softzoom=0;
258 static int flip=-1; 258 static int flip=-1;
259 // We need this opt_* because the values are then calculated so the options use the opt_* 259 // We need this opt_* because the values are then calculated so the options use the opt_*
260 // and before each file we reset the calculated value using this opt_* values 260 // and before each file we reset the calculated value using this opt_* values
261 static int opt_screen_size_x=0;//SCREEN_SIZE_X; 261 static int opt_screen_size_x=0;//SCREEN_SIZE_X;
262 static int opt_screen_size_y=0;//SCREEN_SIZE_Y; 262 static int opt_screen_size_y=0;//SCREEN_SIZE_Y;