]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263dec.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / h263dec.c
index c440537e8f9bad5ade02458a9851d59b7a5652ed..077666470dec6e348a4b4332293bb5566a69621a 100644 (file)
@@ -600,7 +600,7 @@ retry:
     if ((ret = ff_mpv_frame_start(s, avctx)) < 0)
         return ret;
 
-    if (!s->divx_packed && !avctx->hwaccel)
+    if (!s->divx_packed)
         ff_thread_finish_setup(avctx);
 
 #if FF_API_CAP_VDPAU