[FFmpeg-devel] [PATCH 2/3] Fix typo in targa encoder comment

Stefano Sabatini stefasab at gmail.com
Tue Sep 18 09:59:13 CEST 2012


On date Tuesday 2012-09-18 00:38:31 -0500, Bobby Bingham encoded:
> Signed-off-by: Bobby Bingham <uhmmmm at gmail.com>
> ---
>  libavcodec/targaenc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/targaenc.c b/libavcodec/targaenc.c
> index 555b26e..a7dce3a 100644
> --- a/libavcodec/targaenc.c
> +++ b/libavcodec/targaenc.c
> @@ -119,7 +119,7 @@ static int targa_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
>          pkt->data[16] = 8;          /* bpp */
>          break;
>      case PIX_FMT_RGB555LE:
> -        pkt->data[2]  = TGA_RGB;    /* uncompresses true-color image */
> +        pkt->data[2]  = TGA_RGB;    /* uncompressed true-color image */
>          avctx->bits_per_coded_sample =
>          pkt->data[16] = 16;         /* bpp */
>          break;

This and the other one are OK (feel free to push such trivial
typo-fixes, but I don't know if you can push them). Thanks.
-- 
FFmpeg = Fabulous Fiendish Mournful Problematic Evil Guru


More information about the ffmpeg-devel mailing list