]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggparsetheora.c
Prevent infinite recursion of odml indexes.
[ffmpeg] / libavformat / oggparsetheora.c
index 8c1b1c5b40fce42811909d7a34483d2978238d3a..2299f5507c1b11f505b633e9acf54f463193e3b7 100644 (file)
@@ -136,7 +136,7 @@ theora_gptopts(AVFormatContext *ctx, int idx, uint64_t gp, int64_t *dts)
         iframe++;
 
     if(!pframe)
-        os->pflags |= PKT_FLAG_KEY;
+        os->pflags |= AV_PKT_FLAG_KEY;
 
     if (dts)
         *dts = iframe + pframe;