]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggparseskeleton.c
rtpproto: Check the size before reading buf[1]
[ffmpeg] / libavformat / oggparseskeleton.c
index 2de067d84eb1f0d5fc8139fb2fa314c0840356bc..f437c69444f432396aa10edddb0d84c39e9f5ff9 100644 (file)
@@ -75,8 +75,8 @@ static int skeleton_header(AVFormatContext *s, int idx)
         target_idx = ogg_find_stream(ogg, AV_RL32(buf+12));
         start_granule = AV_RL64(buf+36);
         if (os->start_granule != OGG_NOGRANULE_VALUE) {
-            av_log_missing_feature(s,
-                                   "Multiple fisbone for the same stream", 0);
+            avpriv_report_missing_feature(s,
+                                          "Multiple fisbone for the same stream");
             return 1;
         }
         if (target_idx >= 0 && start_granule != OGG_NOGRANULE_VALUE) {