mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 01:21:06 +00:00
avcodec/vulkan/ffv1_dec_setup: act on the slice header rejection
This commit is contained in:
committed by
michaelni
parent
56743898d2
commit
533a3c254d
@@ -217,7 +217,8 @@ void main(void)
|
||||
if (slice_idx == (gl_NumWorkGroups.x*gl_NumWorkGroups.y - 1))
|
||||
get_rac_equi();
|
||||
|
||||
decode_slice_header(slice_idx, slice_ctx[slice_idx]);
|
||||
if (decode_slice_header(slice_idx, slice_ctx[slice_idx]))
|
||||
slice_ctx[slice_idx].slice_dim = ivec2(0);
|
||||
|
||||
slice_ctx[slice_idx].c = rc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user