diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-11 09:13:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-11 09:13:58 +0000 |
commit | fd7b11d027da7cc350d867d22d4c6bbe6022d8df (patch) | |
tree | 12809b252e521ef0e74ca42bb867b0f85db46549 /libavformat | |
parent | 26cc5310f68ac78b9cfe5837057c09a56ce67853 (diff) | |
download | ffmpeg-fd7b11d027da7cc350d867d22d4c6bbe6022d8df.tar.gz |
Nit: fix weird spacing.
Originally committed as revision 24762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 399f83e9d5..12ea6ed100 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. |