Revision e4d2d8c5 libavformat/flacdec.c
libavformat/flacdec.c | ||
---|---|---|
113 | 113 |
} |
114 | 114 |
/* process supported blocks other than STREAMINFO */ |
115 | 115 |
if (metadata_type == FLAC_METADATA_TYPE_VORBIS_COMMENT) { |
116 |
if (vorbis_comment(s, buffer, metadata_size)) { |
|
116 |
if (ff_vorbis_comment(s, buffer, metadata_size)) {
|
|
117 | 117 |
av_log(s, AV_LOG_WARNING, "error parsing VorbisComment metadata\n"); |
118 | 118 |
} |
119 | 119 |
} |
Also available in: Unified diff