Fix duplicate symbol tvinterlace

This commit is contained in:
sago007
2018-06-16 17:14:50 +02:00
parent 7b621b7f01
commit e120f49e66
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ int leifxmode;
int leifxpass;
int fakeit = 0;
int tvinterlace = 1;
extern int tvinterlace;
int tvinter= 1;
extern int tvWidth;
extern int tvHeight;

View File

@@ -52,7 +52,7 @@ static QGLContext opengl_context;
int tvMode; // leilei - tvmode
int tvWidth;
int tvHeight;
int tvinterlace; // leilei - interlace value for height
int tvinterlace = 1; // leilei - interlace value for height
float tvAspectW; // leilei - for aspect correction
//int vresWidth;