diff aac_parser.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 9592af8b6ce0
children 372f7fed2806
line wrap: on
line diff
--- a/aac_parser.h	Wed Jun 30 09:33:59 2010 +0000
+++ b/aac_parser.h	Wed Jun 30 15:38:06 2010 +0000
@@ -41,8 +41,8 @@
 } AACADTSHeaderInfo;
 
 /**
- * Parses AAC frame header.
- * Parses the ADTS frame header to the end of the variable header, which is
+ * Parse AAC frame header.
+ * Parse the ADTS frame header to the end of the variable header, which is
  * the first 54 bits.
  * @param gbc[in] BitContext containing the first 54 bits of the frame.
  * @param hdr[out] Pointer to struct where header info is written.