Module: Mesa Branch: main Commit: 04c28c9fba0fe27913f454673e291353f27dcd7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04c28c9fba0fe27913f454673e291353f27dcd7e
Author: Dave Airlie <[email protected]> Date: Thu May 25 11:33:33 2023 +1000 radv/video: fix some whitespace. this just removes some TABs. Reviewed-by: Lynne <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23227> --- src/amd/vulkan/radv_video.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/amd/vulkan/radv_video.c b/src/amd/vulkan/radv_video.c index 983a6b1fbf4..df8d8c2056d 100644 --- a/src/amd/vulkan/radv_video.c +++ b/src/amd/vulkan/radv_video.c @@ -1505,10 +1505,10 @@ static bool ruvd_dec_message_decode(struct radv_device *device, switch (vid->vk.op) { case VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR: { msg->body.decode.codec.h264 = get_uvd_h264_msg(vid, params, frame_info, - slice_offset, - &msg->body.decode.width_in_samples, - &msg->body.decode.height_in_samples, - it_ptr); + slice_offset, + &msg->body.decode.width_in_samples, + &msg->body.decode.height_in_samples, + it_ptr); break; } case VK_VIDEO_CODEC_OPERATION_DECODE_H265_BIT_KHR: {
