From: Stefano Sabatini Date: Wed, 11 Aug 2010 09:13:58 +0000 (+0000) Subject: Nit: fix weird spacing. X-Git-Tag: v0.7b2~2931 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fd7b11d027da7cc350d867d22d4c6bbe6022d8df;p=coroid%2Flibav_saccubus.git Nit: fix weird spacing. Originally committed as revision 24762 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 399f83e9d..12ea6ed10 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -170,8 +170,8 @@ int av_metadata_set2(AVMetadata **pm, const char *key, const char *value, int fl * @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.