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

Guillaume LECERF foxcore
Thu Oct 1 11:27:11 CEST 2009


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.

Just my 2 cents.

-- 
Guillaume LECERF
GeeXboX developer - www.geexbox.org



More information about the ffmpeg-cvslog mailing list