]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggparseopus.c
dump: split audio and video probing on multiple lines
[ffmpeg] / libavformat / oggparseopus.c
index cfdf35d2b859c4b9078ea9663f0c0fe533e7b8ea..5931ab543b0de0a185db739dc1b513ad0dc7cda2 100644 (file)
@@ -74,7 +74,7 @@ static int opus_header(AVFormatContext *avf, int idx)
     if (priv->need_comments) {
         if (os->psize < 8 || memcmp(packet, "OpusTags", 8))
             return AVERROR_INVALIDDATA;
-        ff_vorbis_comment(avf, &st->metadata, packet + 8, os->psize - 8, 1);
+        ff_vorbis_stream_comment(avf, st, packet + 8, os->psize - 8);
         priv->need_comments--;
         return 1;
     }