summaryrefslogtreecommitdiff
path: root/libavcodec/aac_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac_parser.h')
-rw-r--r--libavcodec/aac_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aac_parser.h b/libavcodec/aac_parser.h
index 8dd575bb39..76880095b9 100644
--- a/libavcodec/aac_parser.h
+++ b/libavcodec/aac_parser.h
@@ -41,8 +41,8 @@ typedef struct {
} 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.