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

Diego Biurrun diego
Fri Dec 26 23:06:02 CET 2008


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.

Diego




More information about the ffmpeg-cvslog mailing list