vf_scale: fix warning

This commit is contained in:
wm4 2013-01-26 21:11:45 +01:00
parent 15ccb8ef1c
commit 83c56799cf
1 changed files with 0 additions and 1 deletions

View File

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