Fix typo in targa encoder comment

This commit is contained in:
Bobby Bingham 2012-09-18 10:44:32 +02:00 committed by Carl Eugen Hoyos
parent 6e03da7f35
commit 8e59062597
1 changed files with 1 additions and 1 deletions

View File

@ -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;