OSDN Git Service

ogg: Do not try to use the parser if it is not present
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 10 Sep 2015 12:11:43 +0000 (14:11 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 10 Sep 2015 12:47:33 +0000 (14:47 +0200)
Bug-Id: 886
CC: libav-stable@libav.org
libavformat/oggparsevorbis.c

index aac0f0e..519a0a7 100644 (file)
@@ -364,6 +364,9 @@ static int vorbis_packet(AVFormatContext *s, int idx)
     struct oggvorbis_private *priv = os->private;
     int duration;
 
+    if (!priv->vp)
+        return AVERROR_INVALIDDATA;
+
     /* first packet handling
      * here we parse the duration of each packet in the first page and compare
      * the total duration to the page granule to find the encoder delay and