From ee2ba635f266f71c38c21e8fffd0f7fbeb44944d Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Oct 2013 23:47:30 +0100 Subject: dec_video: remove unused declaration of a former global variable --- video/decode/dec_video.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video') 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 { -- cgit v1.2.3