Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-10-16 17:20:41 +0400
committerAurelien Jacobs <aurel@gnuage.org>2010-10-16 17:20:41 +0400
commitad7768f4c47f4012cd306ee0098afd98fdff4461 (patch)
tree4872ef0fa45db203cf186cc346060291fa30fa60 /libavformat/id3v2.c
parentd60a9f52eb42dc76dea9996c8ba3567ae98a9a04 (diff)
add ff_ prefix to metadata_conv()
patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.c')
-rw-r--r--libavformat/id3v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index fbcb8f86ba..cc3697a713 100644
--- a/libavformat/id3v2.c
+++ b/libavformat/id3v2.c
@@ -250,7 +250,7 @@ void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t flags)
/* Skip to end of tag */
url_fseek(s->pb, next, SEEK_SET);
}
- metadata_conv(&s->metadata, NULL, ff_id3v2_metadata_conv);
+ ff_metadata_conv(&s->metadata, NULL, ff_id3v2_metadata_conv);
if (len > 0) {
/* Skip padding */