On Fri, Oct 21, 2011 at 11:32:32PM +0200, Michael Karcher wrote:
> 
> --- 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);

This seems unrelated.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to