diff qtrleenc.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 8a4984c5cacc
children 914f484bb476
line wrap: on
line diff
--- a/qtrleenc.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/qtrleenc.c	Wed Jun 30 15:38:06 2010 +0000
@@ -104,7 +104,7 @@
 }
 
 /**
- * Computes the best RLE sequence for a line
+ * Compute the best RLE sequence for a line
  */
 static void qtrle_encode_line(QtrleEncContext *s, AVFrame *p, int line, uint8_t **buf)
 {
@@ -235,7 +235,7 @@
     bytestream_put_byte(buf, -1); // end RLE line
 }
 
-/** Encodes frame including header */
+/** Encode frame including header */
 static int encode_frame(QtrleEncContext *s, AVFrame *p, uint8_t *buf)
 {
     int i;