radv/video: Fix indentation

Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35543>
This commit is contained in:
David Rosca 2025-06-16 10:36:10 +02:00 committed by Marge Bot
parent 58085da743
commit 31967efd2c

View file

@ -1754,8 +1754,8 @@ get_vp9_msg(struct radv_device *device, struct radv_video_session *vid,
for (unsigned j = 0; j < STD_VIDEO_VP9_NUM_REF_FRAMES + 1; j++) {
if ((used_slots & (1 << j)) == 0) {
result.ref_frame_map[idx] = j;
used_slots |= 1 << j;
idx++;
used_slots |= 1 << j;
idx++;
}
}