id3v2: add names to the parameters of ID3v2EMFunc.read

Some of them are not immediately obvious.
pull/101/merge
Anton Khirnov 10 years ago committed by Vittorio Giovara
parent 8809c974a3
commit 932788be5a
  1. 4
      libavformat/id3v2.c

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

Loading…
Cancel
Save