Remove video_alignment_padding variable, replace with putting capture content in the center with frame resolution and capture resolution diff

This commit is contained in:
dec05eba
2024-06-10 18:41:05 +02:00
parent adbd5d9766
commit e43934e2d2
4 changed files with 10 additions and 11 deletions

View File

@@ -39,7 +39,6 @@ struct gsr_capture_kms {
AVContentLightMetadata *light_metadata;
gsr_monitor_rotation monitor_rotation;
vec2i video_alignment_padding;
};
/* Returns 0 on success */