Mercurial > mplayer.hg
changeset 31423:5416dfe4ba1c
Add appropriate #include instead of duplicating mf_ extern var declarations.
author | diego |
---|---|
date | Sun, 20 Jun 2010 15:32:14 +0000 |
parents | e1541d633713 |
children | 283eac48391d |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Sun Jun 20 15:30:02 2010 +0000 +++ b/cfg-common.h Sun Jun 20 15:32:14 2010 +0000 @@ -35,6 +35,7 @@ #include "libmpdemux/demux_ts.h" #include "libmpdemux/demux_viv.h" #include "libmpdemux/demuxer.h" +#include "libmpdemux/mf.h" #include "libpostproc/postprocess.h" #include "osdep/priority.h" #include "stream/network.h" @@ -189,10 +190,6 @@ {NULL, NULL, 0, 0, 0, 0, NULL} }; -extern int mf_w; -extern int mf_h; -extern double mf_fps; -extern char * mf_type; extern m_obj_settings_t* vf_settings; extern m_obj_list_t vf_obj_list;