Commit 92bfc3cd authored by Paul B Mahol's avatar Paul B Mahol

avcodec/dxv: remove code that is never reached

The function is automatically called.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 59c1fec9
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment