[FFmpeg-cvslog] avfilter/vf_zscale: remove unused fields

Niklas Haas git at videolan.org
Fri Aug 16 12:44:53 EEST 2024


ffmpeg | branch: master | Niklas Haas <git at haasn.dev> | Thu Jul  4 13:48:15 2024 +0200| [f1071dc6341bae70a7b781a2c553ef68c6854a2d] | committer: Niklas Haas

avfilter/vf_zscale: remove unused fields

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1071dc6341bae70a7b781a2c553ef68c6854a2d
---

 libavfilter/vf_zscale.c | 5 -----
 1 file changed, 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;
 



More information about the ffmpeg-cvslog mailing list