1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-11 09:57:54 +02:00

H264: Fix slice threads

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-04-10 14:26:59 +02:00
parent 701d0eb185
commit 488efb33a7

View File

@ -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,