Commit 932788be authored by Anton Khirnov's avatar Anton Khirnov Committed by Vittorio Giovara

id3v2: add names to the parameters of ID3v2EMFunc.read

Some of them are not immediately obvious.
parent 8809c974
......@@ -508,8 +508,8 @@ fail:
typedef struct ID3v2EMFunc {
const char *tag3;
const char *tag4;
void (*read)(AVFormatContext *, AVIOContext *, int, const char *,
ID3v2ExtraMeta **);
void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen,
const char *tag, ID3v2ExtraMeta **extra_meta);
void (*free)(void *obj);
} ID3v2EMFunc;
......
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