Mercurial > libavformat.hg
changeset 6043:f8d603e0850f libavformat
oups, 100l, revert unrelated hunk from commit r23266
author | bcoudurier |
---|---|
date | Sun, 23 May 2010 21:10:05 +0000 |
parents | 0b0e8fff6673 |
children | 33e5c3910738 |
files | avformat.h |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sun May 23 21:06:11 2010 +0000 +++ b/avformat.h Sun May 23 21:10:05 2010 +0000 @@ -169,18 +169,6 @@ const AVMetadataConv *s_conv); /** - * Converts metadata set according to the given conversion tables - * @param out converted destination metadata - * @param in metadata to be converted - * @param d_conv destination tags format conversion table - * @param s_conv source tags format conversion table - */ -void av_metadata_conv_generic(AVMetadata **out, - AVMetadata *in, - const AVMetadataConv *d_conv, - const AVMetadataConv *s_conv); - -/** * Frees all the memory allocated for an AVMetadata struct. */ void av_metadata_free(AVMetadata **m);