ffv1enc_vulkan: fix PCM encoding
This line was mysteriously deleted.
This commit is contained in:
parent
eb536d97a0
commit
ebf5264c93
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ void init_slice(out SliceContext sc, const uint slice_idx)
|
|||
sc.slice_pos = ivec2(sxs, sys);
|
||||
sc.slice_dim = ivec2(sxe - sxs, sye - sys);
|
||||
sc.slice_rct_coef = ivec2(1, 1);
|
||||
sc.slice_coding_mode = int(force_pcm == 1);
|
||||
|
||||
rac_init(sc.c,
|
||||
OFFBUF(u8buf, out_data, slice_idx * slice_size_max),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue