| Index: source/patched-ffmpeg-mt/libavformat/nutdec.c | 
| =================================================================== | 
| --- source/patched-ffmpeg-mt/libavformat/nutdec.c	(revision 65184) | 
| +++ source/patched-ffmpeg-mt/libavformat/nutdec.c	(working copy) | 
| @@ -656,6 +656,8 @@ | 
| } | 
| assert(nut->next_startcode == SYNCPOINT_STARTCODE); | 
|  | 
| +    ff_metadata_conv_ctx(s, NULL, ff_nut_metadata_conv); | 
| + | 
| return 0; | 
| } | 
|  | 
| @@ -931,7 +933,6 @@ | 
| nut_read_close, | 
| read_seek, | 
| .extensions = "nut", | 
| -    .metadata_conv = ff_nut_metadata_conv, | 
| .codec_tag = (const AVCodecTag * const []) { ff_codec_bmp_tags, ff_nut_video_tags, ff_codec_wav_tags, ff_nut_subtitle_tags, 0 }, | 
| }; | 
| #endif | 
|  |