]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp9.c
configure: Fix detection of vp9 decoder/encoder
[ffmpeg] / libavcodec / vp9.c
index 6241f01de11751ccac2bbf9ffce202bb79e21243..0fac638ec943db1a15fa80af663645d5062739e1 100644 (file)
@@ -1644,8 +1644,10 @@ FF_ENABLE_DEPRECATION_WARNINGS
 #endif
         {
             ret = decode_tiles(avctx, data, size);
-            if (ret < 0)
+            if (ret < 0) {
+                ff_thread_report_progress(&s->s.frames[CUR_FRAME].tf, INT_MAX, 0);
                 return ret;
+            }
         }
 
         // Sum all counts fields into td[0].counts for tile threading