[Mplayer-cvslog] CVS: main dec_video.c,1.121,1.122

Arpi arpi at thot.banki.hu
Wed Mar 20 16:55:50 CET 2002


Hi,

> -extern int vaa_use_dr;
> +extern int vo_directrendering;
>  
>  static int use_dr=0,use_dr_422=0;
>  static bes_da_t bda;
> @@ -813,7 +813,7 @@
>    memset(&bda,0,sizeof(bes_da_t));
>    if(vo_vaa.query_bes_da)
>      use_dr = vo_vaa.query_bes_da(&bda) ? 0 : 1;
> -  if(!vaa_use_dr) use_dr = 0;
> +  if(!vo_directrendering) use_dr = 0;
>    if(use_dr)
>    {
>      uint32_t sstride,dstride;
> 

does anything uses use_dr value???


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-cvslog mailing list