summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_scale.c')
-rw-r--r--video/filter/vf_scale.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_scale.c b/video/filter/vf_scale.c
index a81ed8c0cd..6999df6344 100644
--- a/video/filter/vf_scale.c
+++ b/video/filter/vf_scale.c
@@ -198,7 +198,6 @@ static unsigned int find_best_out(vf_instance_t *vf, int in_format){
static int config(struct vf_instance *vf,
int width, int height, int d_width, int d_height,
unsigned int flags, unsigned int outfmt){
- struct MPOpts *opts = vf->opts;
unsigned int best=find_best_out(vf, outfmt);
int int_sws_flags=0;
int round_w=0, round_h=0;