ffv1enc_vulkan: fix PCM encoding

This line was mysteriously deleted.
pull/391/head
Lynne 2 months ago
parent eb536d97a0
commit ebf5264c93
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 1
      libavcodec/vulkan/ffv1_enc_setup.comp

@ -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…
Cancel
Save