[FFmpeg-cvslog] r23269 - trunk/libavformat/avformat.h

bcoudurier subversion
Sun May 23 23:10:05 CEST 2010


Author: bcoudurier
Date: Sun May 23 23:10:05 2010
New Revision: 23269

Log:
oups, 100l, revert unrelated hunk from commit r23266

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sun May 23 23:06:11 2010	(r23268)
+++ trunk/libavformat/avformat.h	Sun May 23 23:10:05 2010	(r23269)
@@ -169,18 +169,6 @@ void av_metadata_conv(struct AVFormatCon
                                                   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);



More information about the ffmpeg-cvslog mailing list