[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.40,1.41
Nick Kurshev
nickols_k at mail.ru
Sun Feb 3 09:00:53 CET 2002
Hello, David!
On 02 Feb 2002 19:21:37 +0100 you wrote:
>
> > static uint32_t preinit(const char *arg)
> > {
> > - return 0;
> > + return 0;
> > }
> >
> > static void query_vaa(vo_vaa_t *vaa)
> > {
> > - memset(vaa,0,sizeof(vo_vaa_t));
> > + memset(vaa, 0, sizeof(vo_vaa_t));
> > }
>
> Now these two thingies were not added by me and are undocumented. Could
> someone explain what they do?
preinit - is real nitialization code. It calls by mplayer before performing any other
initialization. Before every driver perform this thing ini init() function.
I've splitted them on parts.
query_vaa - provides Video Accelerated Architecture to high-level code of mplayer
(mplayer.c and dec_video.c)
To understand functionality of this stuff - please read DOCS/tech/vidix.txt
>
> //David
>
> _______________________________________________
> 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