[MPlayer-dev-eng] [PATCH] Wrong memset usage in vo_dxr3.c

Diego Biurrun diego at biurrun.de
Thu Mar 31 23:31:41 CEST 2005


On Thu, Mar 31, 2005 at 10:41:52PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> 
> On Thursday, 31 March 2005 at 10:12, Ismail Donmez wrote:
> [...]
> > -    memset(o,sizeof(overlay_t),0);
> > +    memset(o,0,sizeof(overlay_t));
> 
> Good catch. Would you care to review and check other memset occurances?

Will you commit this?

Diego




More information about the MPlayer-dev-eng mailing list