mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-13 15:13:21 +00:00
ffv1enc_vulkan: fix PCM encoding
This line was mysteriously deleted.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user