[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.40,1.41

David Holm david at realityrift.com
Sat Feb 2 19:21:37 CET 2002


>  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?

//David




More information about the MPlayer-cvslog mailing list