Changeset 932788be in ffmpeg
- Timestamp:
- Jan 14, 2015, 4:17:24 PM (10 years ago)
- Branches:
- master
- Children:
- 24c76bae, 54bc15d5
- Parents:
- 8809c974
- git-author:
- Anton Khirnov <anton@khirnov.net> (01/10/15 08:39:33)
- git-committer:
- Vittorio Giovara <vittorio.giovara@gmail.com> (01/14/15 16:17:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavformat/id3v2.c
r8809c974 r932788be 509 509 const char *tag3; 510 510 const char *tag4; 511 void (*read)(AVFormatContext * , AVIOContext *, int, const char *,512 ID3v2ExtraMeta **);511 void (*read)(AVFormatContext *s, AVIOContext *pb, int taglen, 512 const char *tag, ID3v2ExtraMeta **extra_meta); 513 513 void (*free)(void *obj); 514 514 } ID3v2EMFunc;
Note:
See TracChangeset
for help on using the changeset viewer.