From 81e5ff7ae2f69ac6873bfbdcdaddf0fabd653d15 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 14 Oct 2010 19:08:31 +0000 Subject: vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata** patch by Anton Khirnov anton _at_ khirnov _dot_ net Originally committed as revision 25473 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/vorbiscomment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/vorbiscomment.h') diff --git a/libavformat/vorbiscomment.h b/libavformat/vorbiscomment.h index fe989a0439..3dfe9d226b 100644 --- a/libavformat/vorbiscomment.h +++ b/libavformat/vorbiscomment.h @@ -49,7 +49,7 @@ int ff_vorbiscomment_length(AVMetadata *m, const char *vendor_string, * @param vendor_string The vendor string to write. * @param count The number of tags in m because m->count is "not allowed" */ -int ff_vorbiscomment_write(uint8_t **p, AVMetadata *m, +int ff_vorbiscomment_write(uint8_t **p, AVMetadata **m, const char *vendor_string, const unsigned count); extern const AVMetadataConv ff_vorbiscomment_metadata_conv[]; -- cgit v1.2.3