Commit b0d674ec authored by Michael Niedermayer's avatar Michael Niedermayer

ffv1dec: set the first slices bytestream end correctly

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f5af3568
......@@ -2038,7 +2038,8 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
if(i){
ff_init_range_decoder(&fs->c, buf_p, v);
}
}else
fs->c.bytestream_end = buf_p + v;
}
avctx->execute(avctx, decode_slice, &f->slice_context[0], NULL, f->slice_count, sizeof(void*));
......
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