On Sat, Apr 02, 2011 at 10:43:58AM +0100, Måns Rullgård wrote:
> Diego Biurrun <di...@biurrun.de> writes:
> 
> > On Fri, Apr 01, 2011 at 09:00:12PM +0100, Mans Rullgard wrote:
> >> 
> >> --- a/libavcodec/mdct_fixed.c
> >> +++ b/libavcodec/mdct_fixed.c
> >> @@ -18,3 +18,46 @@
> >> +
> >> +    /* pre rotation */
> >> +    for(i=0;i<n8;i++) {
> >> +
> >> +    /* post rotation */
> >> +    for(i=0;i<n8;i++) {
> >
> > nit: for (i = 0; i < n8; i++) {
> 
> I'll do a separate cleanup patch, OK?  This code was copied from mdct.c.

Yes, of course.  Whatever I prefix with "nit:" I'll be happy to see
taken into account, but everybody is free to ignore it as well.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to