summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-26 21:11:45 +0100
committerwm4 <wm4@nowhere>2013-01-27 13:30:53 +0100
commit83c56799cfbed5109b4a798fc3c666044b8e20d5 (patch)
tree2080e525861abcf5b2ee5d93dfac817f167d4d43 /video
parent15ccb8ef1cebc484f7289a2b86827eb526cbbb55 (diff)
downloadmpv-83c56799cfbed5109b4a798fc3c666044b8e20d5.tar.bz2
mpv-83c56799cfbed5109b4a798fc3c666044b8e20d5.tar.xz
vf_scale: fix warning
Diffstat (limited to 'video')
-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;