1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-09 09:29:29 +00:00

fix upsample2x

This commit is contained in:
marqs 2023-10-24 00:21:32 +03:00
parent 83c33c41b9
commit 080e2b2b91
3 changed files with 9 additions and 9 deletions

View File

@ -4936,7 +4936,7 @@
:041347003C072783B5 :041347003C072783B5
:0413480020239BEDD6 :0413480020239BEDD6
:0413490064E53CF724 :0413490064E53CF724
:04134A00471D665D78 :04134A004721665D74
:04134B0006134685BA :04134B0006134685BA
:04134C0045C5E106AC :04134C0045C5E106AC
:04134D00214485139F :04134D00214485139F
@ -5425,7 +5425,7 @@
:041530000136868377 :041530000136868377
:0415310002D65C631F :0415310002D65C631F
:04153200000285B777 :04153200000285B777
:041533004515419089 :041533004519419085
:041534008A3D826DFD :041534008A3D826DFD
:0415350002A60463A3 :0415350002A60463A3
:0415360016FD4190CD :0415360016FD4190CD
@ -5570,7 +5570,7 @@
:0415C10045C1EB062F :0415C10045C1EB062F
:0415C20010040513F9 :0415C20010040513F9
:0415C30008B000EF7D :0415C30008B000EF7D
:0415C400471D665DFC :0415C4004721665DF8
:0415C500061346853E :0415C500061346853E
:0415C60045C1EB46EA :0415C60045C1EB46EA
:0415C70011040513F3 :0415C70011040513F3
@ -7086,8 +7086,8 @@
:041BAD00252E752547 :041BAD00252E752547
:041BAE006175322EFD :041BAE006175322EFD
:041BAF004F20402063 :041BAF004F20402063
:041BB0003120746309 :041BB0003220746308
:041BB1003032203975 :041BB100303220347A
:041BB20000003332CA :041BB20000003332CA
:041BB300656E694CA6 :041BB300656E694CA6
:041BB400746C756D6B :041BB400746C756D6B

View File

@ -338,7 +338,7 @@ status_t get_status(tvp_sync_input_t syncinput)
if (memcmp(&tc, &cm.cc, offsetof(avconfig_t, sl_mode)) || (update_cur_vm == 1)) if (memcmp(&tc, &cm.cc, offsetof(avconfig_t, sl_mode)) || (update_cur_vm == 1))
status = (status < MODE_CHANGE) ? MODE_CHANGE : status; status = (status < MODE_CHANGE) ? MODE_CHANGE : status;
if ((vm_conf.si_pclk_mult > 1) && (pll_reconfig->pll_config_status.c_config_id != 5) && (vm_conf.si_pclk_mult-1 != pll_reconfig->pll_config_status.c_config_id)) if ((vm_conf.si_pclk_mult > 1) && (pll_reconfig->pll_config_status.c_config_id != 6) && (vm_conf.si_pclk_mult-1 != pll_reconfig->pll_config_status.c_config_id))
status = (status < MODE_CHANGE) ? MODE_CHANGE : status; status = (status < MODE_CHANGE) ? MODE_CHANGE : status;
cm.totlines = totlines; cm.totlines = totlines;

View File

@ -24,13 +24,13 @@
#include "sysconfig.h" #include "sysconfig.h"
#define FW_VER_MAJOR 1 #define FW_VER_MAJOR 1
#define FW_VER_MINOR 07 #define FW_VER_MINOR 8
#define PROFILE_VER_MAJOR 1 #define PROFILE_VER_MAJOR 1
#define PROFILE_VER_MINOR 06 #define PROFILE_VER_MINOR 6
#define INITCFG_VER_MAJOR 1 #define INITCFG_VER_MAJOR 1
#define INITCFG_VER_MINOR 00 #define INITCFG_VER_MINOR 0
#ifdef ENABLE_AUDIO #ifdef ENABLE_AUDIO
#define FW_SUFFIX1 "a" #define FW_SUFFIX1 "a"