Skip to content
Snippets Groups Projects
Commit 932788be authored by Anton Khirnov's avatar Anton Khirnov Committed by Vittorio Giovara
Browse files

id3v2: add names to the parameters of ID3v2EMFunc.read

Some of them are not immediately obvious.
parent 8809c974
No related branches found
No related tags found
No related merge requests found
...@@ -508,8 +508,8 @@ fail: ...@@ -508,8 +508,8 @@ fail:
typedef struct ID3v2EMFunc { typedef struct ID3v2EMFunc {
const char *tag3; const char *tag3;
const char *tag4; const char *tag4;
void (*read)(AVFormatContext *, AVIOContext *, int, const char *, void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen,
ID3v2ExtraMeta **); const char *tag, ID3v2ExtraMeta **extra_meta);
void (*free)(void *obj); void (*free)(void *obj);
} ID3v2EMFunc; } ID3v2EMFunc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment