[Ffmpeg-devel] [PATCH] Targa encoder

Diego Biurrun diego
Thu Mar 15 09:21:58 CET 2007


On Thu, Mar 15, 2007 at 12:19:41PM +0900, Bobby Bingham wrote:
> 
> Attached is an updated patch.  It adds support for 15 bpp output, as 
> well as RLE compression.  It always tries RLE for a frame, and falls 
> back to uncompressed if RLE didn't help or made the size bigger.
> 
> --- /dev/null	2007-03-14 22:58:21.763168863 +0900
> +++ libavcodec/targaenc.c	2007-03-15 12:11:32.000000000 +0900
> @@ -0,0 +1,178 @@
> +                /* fall back to uncompressed */

Nit: fall back *on*

Some of your comments could use some doxygenization.  The build system
part of your patch is fine.

Diego





More information about the ffmpeg-devel mailing list