diff h261enc.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 7dd2a45249a9
children
line wrap: on
line diff
--- a/h261enc.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/h261enc.c	Wed Jun 30 15:38:06 2010 +0000
@@ -84,7 +84,7 @@
 }
 
 /**
- * Encodes a group of blocks header.
+ * Encode a group of blocks header.
  */
 static void h261_encode_gob_header(MpegEncContext * s, int mb_line){
     H261Context * h = (H261Context *)s;