summaryrefslogtreecommitdiffstats
path: root/video/filter
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-21 00:45:42 +0200
committerwm4 <wm4@nowhere>2013-05-21 00:45:42 +0200
commit1dff26730aeb915fae99dc7eb38c864af41f70c9 (patch)
tree6e17a0fb3c851a048c4dc27de304a3f26ed838b6 /video/filter
parent644131fdb4e152d6984acc42dacd01a99b6fc54d (diff)
downloadmpv-1dff26730aeb915fae99dc7eb38c864af41f70c9.tar.bz2
mpv-1dff26730aeb915fae99dc7eb38c864af41f70c9.tar.xz
dec_video: get rid of two global variables
Diffstat (limited to 'video/filter')
-rw-r--r--video/filter/vf_pp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/filter/vf_pp.c b/video/filter/vf_pp.c
index 372fc81cad..742c26f95c 100644
--- a/video/filter/vf_pp.c
+++ b/video/filter/vf_pp.c
@@ -131,8 +131,6 @@ static struct mp_image *filter(struct vf_instance *vf, struct mp_image *mpi)
//===========================================================================//
-extern int divx_quality;
-
static const unsigned int fmt_list[]={
IMGFMT_420P,
IMGFMT_444P,