[MPlayer-cvslog] r34014 - trunk/libvo/gl_common.c

Alexander Strasser eclipse7 at gmx.net
Sat Aug 27 00:14:06 CEST 2011


Hi

Reimar Döffinger wrote:
> On Fri, Aug 26, 2011 at 11:32:04PM +0200, Alexander Strasser wrote:
> > reimar wrote:
> > > Author: reimar
> > > Date: Fri Aug 26 20:51:51 2011
> > > New Revision: 34014
> > > 
> > > Log:
> > > Add disabled feature: noise filter for vo_gl.
> > > 
> > > Modified:
> > >    trunk/libvo/gl_common.c
[...]
> > >  static const char *yuv_lookup3d_prog_template =
> > > -  "TEX result.color, yuv, texture[%c], 3D;\n"
> > > -  "END";
> > > +  "TEMP res;\n"
> > > +  "TEX res, yuv, texture[%c], 3D;\n";
> > 
> >   Were these ENDs wrong or optional? Or did I miss the compensation
> > for the change in the snipped parts of the patch?
> 
> I had to move them because at that point they would no longer
> be at the end.
> They are now here:
> snprintf(prog_pos, prog_remain, "MOV result.color.rgb, res;\nEND");
> And now they are not optional, and a newline isn't allowed
> after it (yes, really strange rules).

  Ahh... My bad. Thanks for clearing things up!

  Alexander


More information about the MPlayer-cvslog mailing list