[Ffmpeg-devel] [PATCH] TIFF encoder (Google SoC qualification task)
Diego Biurrun
diego
Fri Apr 13 14:03:21 CEST 2007
On Fri, Apr 13, 2007 at 01:33:06PM +0200, Kamil Nowosad wrote:
>
> On Tue, Apr 10, 2007 at 07:15:35PM +0200, Michael Niedermayer wrote:
> > > }
> > > + if (!is_yuv)
> > > s->bpp_tab_size = (s->bpp >> 3);
> > [...]
> > > + else
> > > memcpy(zbuf + j * bytes_per_row,
> > > p->data[0] + j * p->linesize[0], bytes_per_row);
> > > zn += bytes_per_row;
> >
> > iam still waiting for a patch which fixes the indention after this ...
>
> Sorry for the delay.
> I've attached 3 patches:
> The first patch fixes the indention.
Indentation fixed.
Diego
More information about the ffmpeg-devel
mailing list