diff mpegvideo.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents a37818ac3817
children 93a22c0fe8fe
line wrap: on
line diff
--- a/mpegvideo.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/mpegvideo.c	Wed Jun 30 15:38:06 2010 +0000
@@ -200,7 +200,7 @@
 }
 
 /**
- * Releases a frame buffer
+ * Release a frame buffer
  */
 static void free_frame_buffer(MpegEncContext *s, Picture *pic)
 {
@@ -209,7 +209,7 @@
 }
 
 /**
- * Allocates a frame buffer
+ * Allocate a frame buffer
  */
 static int alloc_frame_buffer(MpegEncContext *s, Picture *pic)
 {