dec_video: remove unused declaration of a former global variable

This commit is contained in:
wm4 2013-10-30 23:47:30 +01:00
parent 9e8eba11fa
commit ee2ba635f2
1 changed files with 0 additions and 2 deletions

View File

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