avfilter/vf_zscale: remove unused fields

release/7.1
Niklas Haas 6 months ago
parent c8bc6fabd7
commit f1071dc634
  1. 5
      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;

Loading…
Cancel
Save