Commit e71ebb19 authored by Michael Karcher's avatar Michael Karcher Committed by Diego Biurrun

id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent f1874652
...@@ -62,7 +62,7 @@ typedef struct ID3v2ExtraMetaGEOB { ...@@ -62,7 +62,7 @@ typedef struct ID3v2ExtraMetaGEOB {
/** /**
* Detect ID3v2 Header. * Detect ID3v2 Header.
* @param buf must be ID3v2_HEADER_SIZE byte long * @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. * If in doubt, use ID3v2_DEFAULT_MAGIC.
*/ */
int ff_id3v2_match(const uint8_t *buf, const char *magic); int ff_id3v2_match(const uint8_t *buf, const char *magic);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment