Module: libav Branch: master Commit: e71ebb19722bd2b46831d0ec311b757a56340617
Author: Michael Karcher <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Sat Oct 22 15:41:30 2011 +0200 id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays Signed-off-by: Diego Biurrun <[email protected]> --- libavformat/id3v2.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h index 4fb738a..b5e4894 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); _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
