# HG changeset patch # User stefano # Date 1281518038 0 # Node ID c22c9c5b158853891d122dfa66bd3d61a71db04d # Parent 38df997e43310d0e92b352158a251d99afc48c42 Nit: fix weird spacing. diff -r 38df997e4331 -r c22c9c5b1588 avformat.h --- a/avformat.h Wed Aug 11 09:13:53 2010 +0000 +++ b/avformat.h Wed Aug 11 09:13:58 2010 +0000 @@ -170,8 +170,8 @@ * @param d_conv destination tags format conversion table * @param s_conv source tags format conversion table */ -void av_metadata_conv(struct AVFormatContext *ctx,const AVMetadataConv *d_conv, - const AVMetadataConv *s_conv); +void av_metadata_conv(struct AVFormatContext *ctx, const AVMetadataConv *d_conv, + const AVMetadataConv *s_conv); /** * Free all the memory allocated for an AVMetadata struct.