mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix typo in targa encoder comment
This commit is contained in:
parent
6e03da7f35
commit
8e59062597
@ -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…
Reference in New Issue
Block a user