On Sat, Aug 21, 2010 at 08:29:12AM -0400, Ronald S. Bultje wrote:
> >> +        if (pitch_lag == PITCH_MIN)
> >> +            pitch_lag++;
> >> +        else
> >> +            pitch_lag = FFMIN(pitch_lag, PITCH_MAX - 5);

Btw. Michael lately request this kind of thing to be written
as
if () {
    ...
} else
    ...

I.e. using {} where it does not use up extra code lines.
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to