Hi, On Mon, Mar 19, 2012 at 6:24 PM, Luca Barbato <[email protected]> wrote: > On 19/03/12 16:52, Ronald S. Bultje wrote: >> - if (nr && nr < 8 && dr && dr < 3) { >> + if (nr > 0 && nr < 6 && dr > 0 && dr < 3) { > > 8 or 6 ?
The array has 5 entries, index is nr-1, thus nr should be [1,5]. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
