Merge commit '932788be5a
'
* commit '932788be5a
':
id3v2: add names to the parameters of ID3v2EMFunc.read
Conflicts:
libavformat/id3v2.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
24c76bae5f
1 changed files with 2 additions and 2 deletions
|
@ -717,8 +717,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 **, int isv34);
|
const char *tag, ID3v2ExtraMeta **extra_meta, int isv34);
|
||||||
void (*free)(void *obj);
|
void (*free)(void *obj);
|
||||||
} ID3v2EMFunc;
|
} ID3v2EMFunc;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue