diff parser.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 04423b2f6e0b
children
line wrap: on
line diff
--- a/parser.h	Wed Jun 30 09:33:59 2010 +0000
+++ b/parser.h	Wed Jun 30 15:38:06 2010 +0000
@@ -61,7 +61,7 @@
 void ff_parse1_close(AVCodecParserContext *s);
 
 /**
- * Fetches timestamps for a specific byte within the current access unit.
+ * Fetch timestamps for a specific byte within the current access unit.
  * @param off byte position within the access unit
  * @param remove Found timestamps will be removed if set to 1, kept if set to 0.
  */