Luca Barbato <[email protected]> writes: > On 07/03/2012 03:53 PM, Samuel Pitoiset wrote: >> + while (count > 0) { >> + if (decrypt) { > > I'd switch the order (first the branch, then the loop), it is consistent > with the rest of the file and might be better overall.
Definitely better. GCC can't do that transformation. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
