]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggparseflac.c
Merge commit '58b68e4fdea22e22178e237bda950b09cc6f363a'
[ffmpeg] / libavformat / oggparseflac.c
index 875de2a3b46f4f7f1d71db4c3f59cd2fa3d9cac7..9f0f808b37bda1bd4cbc5aa8ed57b2671093bfd7 100644 (file)
@@ -68,7 +68,7 @@ flac_header (AVFormatContext * s, int idx)
 
         avpriv_set_pts_info(st, 64, 1, st->codec->sample_rate);
     } else if (mdt == FLAC_METADATA_TYPE_VORBIS_COMMENT) {
-        ff_vorbis_comment (s, &st->metadata, os->buf + os->pstart + 4, os->psize - 4, 1);
+        ff_vorbis_stream_comment(s, st, os->buf + os->pstart + 4, os->psize - 4);
     }
 
     return 1;