Commit fd7b11d0 authored by Stefano Sabatini's avatar Stefano Sabatini

Nit: fix weird spacing.

Originally committed as revision 24762 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 26cc5310
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment