Commit 488efb33 authored by Michael Niedermayer's avatar Michael Niedermayer

H264: Fix slice threads

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 701d0eb1
......@@ -3216,6 +3216,7 @@ static void execute_decode_slices(H264Context *h, int context_count){
hx = h->thread_context[i];
hx->s.error_recognition = avctx->error_recognition;
hx->s.error_count = 0;
hx->x264_build= h->x264_build;
}
avctx->execute(avctx, (void *)decode_slice,
......
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