1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-12 09:57:15 +00:00

remove unused variable

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20473 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2006-10-27 21:34:05 +00:00
parent 6c1309fe19
commit bc9d65db85

View File

@ -59,8 +59,6 @@ struct vf_priv_s {
static int config(struct vf_instance_s* vf,
int width, int height, int d_width, int d_height,
unsigned int flags, unsigned int outfmt){
int i;
return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
}