Fix typo in targa encoder comment

pull/28/head
Bobby Bingham 12 years ago committed by Carl Eugen Hoyos
parent 6e03da7f35
commit 8e59062597
  1. 2
      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;

Loading…
Cancel
Save