Mercurial > libavformat.hg
changeset 6363:c22c9c5b1588 libavformat
Nit: fix weird spacing.
author | stefano |
---|---|
date | Wed, 11 Aug 2010 09:13:58 +0000 |
parents | 38df997e4331 |
children | 19e0c709659a |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.