[Mplayer-cvslog] CVS: main dec_video.c,1.121,1.122
Alex Beregszaszi
alex at naxine.org
Wed Mar 20 16:44:15 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???
> + if(!vo_directrendering) use_dr = 0;
> if(use_dr)
;)
Dunno if old dec_video.c is used now, i updated only to avoid undefined
symbols. We should remove it from the repository if it's unused.
-
alex
More information about the MPlayer-cvslog
mailing list