diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-05-23 21:10:05 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-05-23 21:10:05 +0000 |
commit | 2da6050cf2d3a64b742404ccc434e12dd2e9d46a (patch) | |
tree | f417e8d3e0054693f71f4aea0d57b6097c38cd34 | |
parent | a4de2b6ecf804e92dabc8703a3538b189df3d2c9 (diff) | |
download | ffmpeg-2da6050cf2d3a64b742404ccc434e12dd2e9d46a.tar.gz |
oups, 100l, revert unrelated hunk from commit r23266
Originally committed as revision 23269 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index a8e4408b82..ae1b81480b 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -169,18 +169,6 @@ void av_metadata_conv(struct AVFormatContext *ctx,const AVMetadataConv *d_conv, 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); |