Chromium Code Reviews| Index: patched-ffmpeg-mt/libavformat/metadata.h |
| =================================================================== |
| --- patched-ffmpeg-mt/libavformat/metadata.h (revision 41250) |
| +++ patched-ffmpeg-mt/libavformat/metadata.h (working copy) |
| @@ -45,4 +45,7 @@ |
| void ff_metadata_mux_compat(AVFormatContext *s); |
| #endif |
| +void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv, |
| + const AVMetadataConv *s_conv); |
| + |
| #endif /* AVFORMAT_METADATA_H */ |