comparison libvo/vo_dxr3.c @ 31375:0f1be4f9f7ff

Factorize monitor_aspect extern declaration into aspect.h.
author diego
date Thu, 17 Jun 2010 08:17:06 +0000
parents 169013ed9718
children 5ce38803316e
comparison
equal deleted inserted replaced
31374:64706b3742c1 31375:0f1be4f9f7ff
320 320
321 static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) 321 static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format)
322 { 322 {
323 int tmp1, tmp2, size; 323 int tmp1, tmp2, size;
324 em8300_register_t reg; 324 em8300_register_t reg;
325 extern float monitor_aspect;
326 325
327 /* Softzoom turned on, downscale */ 326 /* Softzoom turned on, downscale */
328 /* This activates the subpicture processor, you can safely disable this and still send */ 327 /* This activates the subpicture processor, you can safely disable this and still send */
329 /* broken subpics to the em8300, if it's enabled and you send broken subpics you will end */ 328 /* broken subpics to the em8300, if it's enabled and you send broken subpics you will end */
330 /* up in a lockup */ 329 /* up in a lockup */