Commit d4385299 authored by Javier Cabezas's avatar Javier Cabezas Committed by Michael Niedermayer

DNxHD: remove ff_thread_finish_setup, it isn't needed at all.

Should fix issue #938
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f491f033
......@@ -394,8 +394,6 @@ static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
}
}
ff_thread_finish_setup(avctx);
dnxhd_decode_macroblocks(ctx, buf + 0x280, buf_size - 0x280);
if (first_field && ctx->picture.interlaced_frame) {
......
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