]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dxv.c
Merge commit '5b142a4d334bfa8ee5ec5f364c26c98ddb425fac'
[ffmpeg] / libavcodec / dxv.c
index e20e940fedc794bef7ed88355ce6d03b9c1f1f67..e375734ebd6d26875beba567c1398509924e48d0 100644 (file)
@@ -397,8 +397,6 @@ static int dxv_decode(AVCodecContext *avctx, void *data,
     ret = ff_thread_get_buffer(avctx, &tframe, 0);
     if (ret < 0)
         return ret;
-    if (avctx->codec->update_thread_context)
-        ff_thread_finish_setup(avctx);
 
     /* Now decompress the texture with the standard functions. */
     avctx->execute2(avctx, decompress_texture_thread,