comparison libvo/vo_xmga.c @ 13946:e632b43f0598

Reduce excessive verbosity.
author diego
date Mon, 15 Nov 2004 09:09:29 +0000
parents e047e70a9767
children 05aa13cdf92f
comparison
equal deleted inserted replaced
13945:c917b3ff0b27 13946:e632b43f0598
163 mp_msg(MSGT_VO, MSGL_ERR, 163 mp_msg(MSGT_VO, MSGL_ERR,
164 "Sorry, this (%d) color depth not supported.\n", 164 "Sorry, this (%d) color depth not supported.\n",
165 vo_depthonscreen); 165 vo_depthonscreen);
166 return -1; 166 return -1;
167 } 167 }
168 mp_msg(MSGT_VO, MSGL_INFO, "Using colorkey: %x\n", colorkey); 168 mp_msg(MSGT_VO, MSGL_V, "Using colorkey: %x\n", colorkey);
169 169
170 inited = 1; 170 inited = 1;
171 171
172 aspect(&d_width, &d_height, A_NOZOOM); 172 aspect(&d_width, &d_height, A_NOZOOM);
173 173