summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.h
diff options
context:
space:
mode:
authorMichael Karcher <ffmpeg@mkarcher.dialup.fu-berlin.de>2011-10-22 15:41:30 +0200
committerDiego Biurrun <diego@biurrun.de>2011-10-22 22:52:18 +0200
commite71ebb19722bd2b46831d0ec311b757a56340617 (patch)
tree3f33104f02679319258a7d94961b8c669a4fe813 /libavformat/id3v2.h
parentf18746528d67f6706d8b4d36e78dbeee7a82f13e (diff)
id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r--libavformat/id3v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h
index 4fb738a764..b5e4894ea3 100644
--- a/libavformat/id3v2.h
+++ b/libavformat/id3v2.h
@@ -62,7 +62,7 @@ typedef struct ID3v2ExtraMetaGEOB {
/**
* Detect ID3v2 Header.
* @param buf must be ID3v2_HEADER_SIZE byte long
- * @param magic magic bytes to identify the header, machine byte order.
+ * @param magic magic bytes to identify the header.
* If in doubt, use ID3v2_DEFAULT_MAGIC.
*/
int ff_id3v2_match(const uint8_t *buf, const char *magic);