mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
f18746528d
commit
e71ebb1972
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user