comparison libvo/vo_xvmc.c @ 15866:47fa825a5018

add vo_xv_enable_vsync() to xvmc it may not be needed but at least it shouldn't hurt to have it.
author iive
date Thu, 30 Jun 2005 10:57:56 +0000
parents 91d210e8a19c
children fd51fd1ff231
comparison
equal deleted inserted replaced
15865:0b8c08580412 15866:47fa825a5018
583 if ( !vo_xv_init_colorkey() ) 583 if ( !vo_xv_init_colorkey() )
584 { 584 {
585 return -1; // bail out, colorkey setup failed 585 return -1; // bail out, colorkey setup failed
586 } 586 }
587 587
588 vo_xv_enable_vsync();//it won't break anything
588 589
589 //taken from vo_xv 590 //taken from vo_xv
590 panscan_init(); 591 panscan_init();
591 592
592 aspect_save_orig(width,height); 593 aspect_save_orig(width,height);