[FFmpeg-cvslog] r20115 - trunk/libavcodec/sgienc.c

Diego Biurrun diego
Thu Oct 1 11:30:26 CEST 2009


On Thu, Oct 01, 2009 at 11:27:11AM +0200, Guillaume LECERF wrote:
> 2009/10/1 diego <subversion at mplayerhq.hu>:
> > - ? ?av_free(encode_buf);
> > - ? ?} else {
> > - ? ? ? ?for (z = 0; z < depth; z++) {
> > - ? ? ? ? ? ?in_buf = p->data[0] + p->linesize[0] * (height - 1) + z;
> > + ? ? ? ?av_free(encode_buf);
> > + ? ? ? ?} else {
> > + ? ? ? ? ? ?for (z = 0; z < depth; z++) {
> > + ? ? ? ? ? ? ? ?in_buf = p->data[0] + p->linesize[0] * (height - 1) + z;
> >
> > - ? ? ? ? ? ?for (y = 0; y < height; y++) {
> > - ? ? ? ? ? ? ? ?for (x = 0; x < width * depth; x += depth)
> > - ? ? ? ? ? ? ? ? ? ?bytestream_put_byte(&buf, in_buf[x]);
> > + ? ? ? ? ? ? ? ?for (y = 0; y < height; y++) {
> > + ? ? ? ? ? ? ? ? ? ?for (x = 0; x < width * depth; x += depth)
> > + ? ? ? ? ? ? ? ? ? ? ? ?bytestream_put_byte(&buf, in_buf[x]);
> >
> > - ? ? ? ? ? ? ? ?in_buf -= p->linesize[0];
> > + ? ? ? ? ? ? ? ? ? ?in_buf -= p->linesize[0];
> > + ? ? ? ? ? ? ? ?}
> > ? ? ? ? ? ? }
> > ? ? ? ? }
> > - ? ?}
> 
> 
> This block is now wrongly indented.

Argh, yes, thanks for the notification.

Diego



More information about the ffmpeg-cvslog mailing list