summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-30 23:47:30 +0100
committerwm4 <wm4@nowhere>2013-10-31 18:17:13 +0100
commitee2ba635f266f71c38c21e8fffd0f7fbeb44944d (patch)
tree8ddc6cadb08ebc5f4244e2f14a585f0c47bdaa93 /video
parent9e8eba11fac3dd4043afe64943c00f6dcf15517f (diff)
downloadmpv-ee2ba635f266f71c38c21e8fffd0f7fbeb44944d.tar.bz2
mpv-ee2ba635f266f71c38c21e8fffd0f7fbeb44944d.tar.xz
dec_video: remove unused declaration of a former global variable
Diffstat (limited to 'video')
-rw-r--r--video/decode/dec_video.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h
index 339de7e860..549d208f81 100644
--- a/video/decode/dec_video.h
+++ b/video/decode/dec_video.h
@@ -42,8 +42,6 @@ void video_reinit_vo(struct sh_video *sh_video);
int get_current_video_decoder_lag(sh_video_t *sh_video);
int vd_control(struct sh_video *sh_video, int cmd, void *arg);
-extern int divx_quality;
-
// Used to communicate hardware decoder API handles from VO to video decoder.
// The VO can set the context pointer for supported APIs.
struct mp_hwdec_info {