[FFmpeg-cvslog] Fix typo in targa encoder comment

Bobby Bingham git at videolan.org
Tue Sep 18 10:45:33 CEST 2012


ffmpeg | branch: master | Bobby Bingham <uhmmmm at gmail.com> | Tue Sep 18 10:44:32 2012 +0200| [8e59062597d2d0c5bfc11a0f455a8568e3d2dcbe] | committer: Carl Eugen Hoyos

Fix typo in targa encoder comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e59062597d2d0c5bfc11a0f455a8568e3d2dcbe
---

 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;



More information about the ffmpeg-cvslog mailing list