[Mplayer-cvslog] CVS: main dec_video.c,1.93,1.94 mencoder.c,1.78,1.79
Nick Kurshev
nickols_k at mail.ru
Fri Feb 1 12:54:56 CET 2002
Hello, Arpi!
On Fri, 1 Feb 2002 13:35:32 +0200 (CEST) you wrote:
> Hi,
>
> why don't you add the vo_* variables to libvo/video_out.c, instead of all
> utils using libvo???
>
I'm sorry! Since GNU LD doesn't support smart linking we should add external
variables into mencoder. We can avoid that by splitting dec_video.c on
several small files to use only really needed stuff with mencoder.
(Like: each function in separate file)
>
> > Update of /cvsroot/mplayer/main
> > In directory mplayer:/var/tmp.root/cvs-serv14796/main
> >
> > Modified Files:
> > dec_video.c mencoder.c
> > Log Message:
> > Minor fixes
> >
> > Index: dec_video.c
> > ===================================================================
> > RCS file: /cvsroot/mplayer/main/dec_video.c,v
> > retrieving revision 1.93
> > retrieving revision 1.94
> > diff -u -r1.93 -r1.94
> > --- dec_video.c 1 Feb 2002 10:59:06 -0000 1.93
> > +++ dec_video.c 1 Feb 2002 11:41:38 -0000 1.94
> > @@ -749,6 +749,7 @@
> >
> > memset(&bda,0,sizeof(bes_da_t));
> > painted = 0;
> > + use_dr = 0;
> > if(vo_vaa.query_bes_da)
> > use_dr = vo_vaa.query_bes_da(&bda) ? 0 : 1;
> > #ifdef USE_MP_IMAGE
> >
> > Index: mencoder.c
> > ===================================================================
> > RCS file: /cvsroot/mplayer/main/mencoder.c,v
> > retrieving revision 1.78
> > retrieving revision 1.79
> > diff -u -r1.78 -r1.79
> > --- mencoder.c 1 Feb 2002 08:50:45 -0000 1.78
> > +++ mencoder.c 1 Feb 2002 11:41:38 -0000 1.79
> > @@ -92,7 +92,7 @@
> > Video accelerated architecture
> > **************************************************************************/
> > vo_vaa_t vo_vaa;
> > -
> > +int vo_doublebuffering;
> >
> > //--------------------------
> >
> >
> > _______________________________________________
> > Mplayer-cvslog mailing list
> > Mplayer-cvslog at mplayerhq.hu
> > http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
> >
> >
>
>
> A'rpi / Astral & ESP-team
>
> --
> mailto:arpi at thot.banki.hu
> http://esp-team.scene.hu
> _______________________________________________
> Mplayer-cvslog mailing list
> Mplayer-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
>
Best regards! Nick
More information about the MPlayer-cvslog
mailing list