[FFmpeg-cvslog] [propchange]: r16340 - svn:log

Diego Biurrun diego
Sat Dec 27 12:01:59 CET 2008


On Sat, Dec 27, 2008 at 12:09:13AM +0100, Michael Niedermayer wrote:
> On Fri, Dec 26, 2008 at 11:06:02PM +0100, Diego Biurrun wrote:
> > On Fri, Dec 26, 2008 at 05:59:57PM +0100, michael wrote:
> > > 
> > > Property diff:
> > > --- old property value
> > > +++ new property value
> > > @@ -1 +1 @@
> > > -Get rid of impossible condition (run_off < avctx->width).
> > > +Get rid of impossible to be false condition (run_off < avctx->width).
> > 
> > Not sure if this is much better, but I think
> > 
> >   Get rid of check for impossible condition (run_off < avctx->width).
> > 
> > would do the trick.
> 
> the condition is always true not always false thus i think your
> suggestion is saying the wrong thing even if no doubt better english

OK, then what about:

  Get rid of check for condition that is always true (run_off < avctx->width).

Diego




More information about the ffmpeg-cvslog mailing list