Browse Source

id3v2: add names to the parameters of ID3v2EMFunc.read

Some of them are not immediately obvious.
tags/n2.6
Anton Khirnov Vittorio Giovara 11 years ago
parent
commit
932788be5a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/id3v2.c

+ 2
- 2
libavformat/id3v2.c View File

@@ -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;



Loading…
Cancel
Save