[Ffmpeg-devel] [PATCH] cosmetic
Diego Biurrun
diego
Wed Nov 1 22:08:57 CET 2006
On Wed, Nov 01, 2006 at 09:37:08PM +0100, Steve Lhomme wrote:
> Michael Niedermayer wrote:
> >
> >On Tue, Oct 24, 2006 at 04:24:45PM +0200, Steve Lhomme wrote:
> >>
> >>This patch just fix the indentation in some parts of the code.
> >
> >>Index: libavcodec/g726.c
> >>===================================================================
> >>--- libavcodec/g726.c (revision 6775)
> >>+++ libavcodec/g726.c (working copy)
> >[...]
> >>+ int* F; /**< special table #2 */
> >[...]
> >>- int pk[2]; /**< signs of prev. 2 sez + dq */
> >>+ Float11 sr[2]; /**< prev. reconstructed samples */
> >
> >this doesnt look correct
>
> If you cut the patch, of course it doesn't look right. The last line
> doesn't replace the line just above but many lines above...
>
> If you look at the patch in its entirety, it's fine.
Patch applied along with some more reformatting in libavcodec/g726.c,
which should now be correctly indented.
Diego
More information about the ffmpeg-devel
mailing list