id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays
authorMichael Karcher <ffmpeg@mkarcher.dialup.fu-berlin.de>
Sat, 22 Oct 2011 13:41:30 +0000 (15:41 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 22 Oct 2011 20:52:18 +0000 (22:52 +0200)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavformat/id3v2.h

index 4fb738a..b5e4894 100644 (file)
@@ -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);