You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-05-21 16:47:28 +02:00
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
This commit is contained in:
committed by
Aurelien Jacobs
parent
d60a9f52eb
commit
ad7768f4c4
@@ -1048,7 +1048,7 @@ static void matroska_convert_tag(AVFormatContext *s, EbmlList *list,
|
||||
matroska_convert_tag(s, &tags[i].sub, metadata, key);
|
||||
}
|
||||
}
|
||||
metadata_conv(metadata, NULL, ff_mkv_metadata_conv);
|
||||
ff_metadata_conv(metadata, NULL, ff_mkv_metadata_conv);
|
||||
}
|
||||
|
||||
static void matroska_convert_tags(AVFormatContext *s)
|
||||
|
||||
Reference in New Issue
Block a user