mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 22:40:23 +00:00
Merge commit '932788be5af8dee062c77851b573ea47dd6d047a'
* commit '932788be5af8dee062c77851b573ea47dd6d047a': 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
@ -717,8 +717,8 @@ fail:
|
||||
typedef struct ID3v2EMFunc {
|
||||
const char *tag3;
|
||||
const char *tag4;
|
||||
void (*read)(AVFormatContext *, AVIOContext *, int, const char *,
|
||||
ID3v2ExtraMeta **, int isv34);
|
||||
void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen,
|
||||
const char *tag, ID3v2ExtraMeta **extra_meta, int isv34);
|
||||
void (*free)(void *obj);
|
||||
} ID3v2EMFunc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user