From 8e59062597d2d0c5bfc11a0f455a8568e3d2dcbe Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Tue, 18 Sep 2012 10:44:32 +0200 Subject: Fix typo in targa encoder comment --- libavcodec/targaenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/targaenc.c') diff --git a/libavcodec/targaenc.c b/libavcodec/targaenc.c index 555b26e86e..a7dce3a9e8 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; -- cgit v1.2.3