aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2024-07-04 13:48:15 +0200
committerNiklas Haas <git@haasn.dev>2024-08-16 11:43:37 +0200
commitf1071dc6341bae70a7b781a2c553ef68c6854a2d (patch)
tree56b94f34e198bd7ae898698ba9683072eaa4a779
parentc8bc6fabd79ee19df93f2486b8a6ebeedb7cd27e (diff)
downloadffmpeg-f1071dc6341bae70a7b781a2c553ef68c6854a2d.tar.gz
avfilter/vf_zscale: remove unused fields
-rw-r--r--libavfilter/vf_zscale.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/vf_zscale.c b/libavfilter/vf_zscale.c
index 45f1bd25ce..dd0d1b7f46 100644
--- a/libavfilter/vf_zscale.c
+++ b/libavfilter/vf_zscale.c
@@ -108,11 +108,6 @@ typedef struct ZScaleContext {
char *w_expr; ///< width expression string
char *h_expr; ///< height expression string
- int out_h_chr_pos;
- int out_v_chr_pos;
- int in_h_chr_pos;
- int in_v_chr_pos;
-
int first_time;
int force_original_aspect_ratio;