| Index: patched-ffmpeg-mt/libavformat/metadata.c
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavformat/metadata.c (revision 41250)
|
| +++ patched-ffmpeg-mt/libavformat/metadata.c (working copy)
|
| @@ -105,7 +105,7 @@
|
| av_freep(pm);
|
| }
|
|
|
| -static void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv,
|
| +void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv,
|
| const AVMetadataConv *s_conv)
|
| {
|
| /* TODO: use binary search to look up the two conversion tables
|
|
|