[FFmpeg-cvslog] r24762 - trunk/libavformat/avformat.h
Diego Biurrun
diego
Thu Aug 12 13:47:32 CEST 2010
On Wed, Aug 11, 2010 at 11:13:58AM +0200, stefano wrote:
>
> Log:
> Nit: fix weird spacing.
>
> --- trunk/libavformat/avformat.h Wed Aug 11 11:13:53 2010 (r24761)
> +++ trunk/libavformat/avformat.h Wed Aug 11 11:13:58 2010 (r24762)
> @@ -170,8 +170,8 @@ int av_metadata_set2(AVMetadata **pm, co
> * @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);
better and still below 80 characters:
void av_metadata_conv(struct AVFormatContext *ctx,
const AVMetadataConv *d_conv,
const AVMetadataConv *s_conv);
Diego
More information about the ffmpeg-cvslog
mailing list