You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/dxv: remove code that is never reached
The function is automatically called. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -397,8 +397,6 @@ static int dxv_decode(AVCodecContext *avctx, void *data,
|
|||||||
ret = ff_thread_get_buffer(avctx, &tframe, 0);
|
ret = ff_thread_get_buffer(avctx, &tframe, 0);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
if (avctx->codec->update_thread_context)
|
|
||||||
ff_thread_finish_setup(avctx);
|
|
||||||
|
|
||||||
/* Now decompress the texture with the standard functions. */
|
/* Now decompress the texture with the standard functions. */
|
||||||
avctx->execute2(avctx, decompress_texture_thread,
|
avctx->execute2(avctx, decompress_texture_thread,
|
||||||
|
Reference in New Issue
Block a user