On Thu, Mar 08, 2012 at 04:08:48PM +0000, Paul B Mahol wrote:
>
> --- a/doc/general.texi
> +++ b/doc/general.texi
> @@ -381,7 +381,9 @@ following image formats are supported:
> @tab YUV, JPEG and some extension is not supported yet.
> @item Truevision Targa @tab X @tab X
> @tab Targa (.TGA) image format
> -@item XWD @tab X @tab X
> +@item XBM @tab X @tab X
> + @tab X BitMap image format
> +@item XWD @tab X @tab
> @tab X Window Dump image format
> @end multitable
This XBM/XWD change confuses me.
> --- /dev/null
> +++ b/libavcodec/xbmenc.c
> @@ -0,0 +1,93 @@
> + for (i = 0; i < avctx->height; i++) {
> + for (j = 0; j < avctx->width / 8; j++) {
> + buf += snprintf(buf, 7, " 0x%0x,", av_reverse[*ptr++]);
> + }
nit: pointless {}
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel