mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-20 05:52:41 +08:00
Nit: fix weird spacing.
Originally committed as revision 24762 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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 d_conv destination tags format conversion table
|
||||||
* @param s_conv source tags format conversion table
|
* @param s_conv source tags format conversion table
|
||||||
*/
|
*/
|
||||||
void av_metadata_conv(struct AVFormatContext *ctx,const AVMetadataConv *d_conv,
|
void av_metadata_conv(struct AVFormatContext *ctx, const AVMetadataConv *d_conv,
|
||||||
const AVMetadataConv *s_conv);
|
const AVMetadataConv *s_conv);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Free all the memory allocated for an AVMetadata struct.
|
* Free all the memory allocated for an AVMetadata struct.
|
||||||
|
Reference in New Issue
Block a user