mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffv1dec: set the first slices bytestream end correctly
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f5af3568f6
commit
b0d674ec10
@ -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*));
|
||||
|
Loading…
Reference in New Issue
Block a user