1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00

avfilter/vf_zscale: remove unused fields

This commit is contained in:
Niklas Haas 2024-07-04 13:48:15 +02:00
parent c8bc6fabd7
commit f1071dc634

View File

@ -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;