summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-30 15:38:06 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-30 15:38:06 +0000
commit49bd8e4b843d9a92fdb8ef4361a551a1e019c65d (patch)
tree3004e5605d2b5328b3cba95b884327f9bcfd3aca /libavformat/id3v2.h
parent38e23c88db9a6b1ce15a2eca431b824f65b214bc (diff)
Fix grammar errors in documentation
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r--libavformat/id3v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h
index 1f1530467e..ed6e450318 100644
--- a/libavformat/id3v2.h
+++ b/libavformat/id3v2.h
@@ -34,7 +34,7 @@
#define ID3v2_DEFAULT_MAGIC "ID3"
/**
- * Detects ID3v2 Header.
+ * Detect ID3v2 Header.
* @buf must be ID3v2_HEADER_SIZE byte long
* @magic magic bytes to identify the header, machine byte order.
* If in doubt, use ID3v2_DEFAULT_MAGIC.
@@ -42,7 +42,7 @@
int ff_id3v2_match(const uint8_t *buf, const char *magic);
/**
- * Gets the length of an ID3v2 tag.
+ * Get the length of an ID3v2 tag.
* @buf must be ID3v2_HEADER_SIZE bytes long and point to the start of an
* already detected ID3v2 tag
*/