diff --git a/patches/dxva2-Video_Decoder/0008-dxva2-Implement-h264-decoder.patch b/patches/dxva2-Video_Decoder/0008-dxva2-Implement-h264-decoder.patch index a3a39c40..d38ea34f 100644 --- a/patches/dxva2-Video_Decoder/0008-dxva2-Implement-h264-decoder.patch +++ b/patches/dxva2-Video_Decoder/0008-dxva2-Implement-h264-decoder.patch @@ -88,7 +88,7 @@ index 0000000..1a5817e + +static inline UINT estimate_maximum_slice_size( UINT width, UINT height ) +{ -+ return (2 * width * height * min(width, height)) / max(width, height); ++ return (3 * width * height * min(width, height)) / max(width, height); +} + +typedef struct