| Index: source/patched-ffmpeg-mt/libavformat/oggparsevorbis.c | 
| =================================================================== | 
| --- source/patched-ffmpeg-mt/libavformat/oggparsevorbis.c	(revision 65184) | 
| +++ source/patched-ffmpeg-mt/libavformat/oggparsevorbis.c	(working copy) | 
| @@ -29,6 +29,7 @@ | 
| #include "libavcodec/bytestream.h" | 
| #include "avformat.h" | 
| #include "oggdec.h" | 
| +#include "vorbiscomment.h" | 
|  | 
| static int ogm_chapter(AVFormatContext *as, uint8_t *key, uint8_t *val) | 
| { | 
| @@ -137,6 +138,8 @@ | 
| av_log(as, AV_LOG_INFO, | 
| "truncated comment header, %i comments not found\n", n); | 
|  | 
| +    ff_metadata_conv(m, NULL, ff_vorbiscomment_metadata_conv); | 
| + | 
| return 0; | 
| } | 
|  | 
|  |