ffv1enc_vulkan: fix PCM encoding

This line was mysteriously deleted.
This commit is contained in:
Lynne
2024-11-20 02:59:48 +01:00
parent eb536d97a0
commit ebf5264c93

View File

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