| Index: source/patched-ffmpeg-mt/libavformat/vorbiscomment.h | 
| =================================================================== | 
| --- source/patched-ffmpeg-mt/libavformat/vorbiscomment.h	(revision 65184) | 
| +++ source/patched-ffmpeg-mt/libavformat/vorbiscomment.h	(working copy) | 
| @@ -49,7 +49,7 @@ | 
| * @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[]; | 
|  |