From e43934e2d2219bdd9a99c78463aa47cfc0404dcd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 10 Jun 2024 18:41:05 +0200 Subject: Remove video_alignment_padding variable, replace with putting capture content in the center with frame resolution and capture resolution diff --- include/capture/capture.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/capture/capture.h') diff --git a/include/capture/capture.h b/include/capture/capture.h index c8b0cdf..2eb8e42 100644 --- a/include/capture/capture.h +++ b/include/capture/capture.h @@ -42,7 +42,6 @@ struct gsr_capture_base { gsr_color_conversion color_conversion; AVCodecContext *video_codec_context; - vec2i video_alignment_padding; }; typedef struct { -- cgit v1.2.3