mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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:
parent
58085da743
commit
31967efd2c
1 changed files with 2 additions and 2 deletions
|
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue