Sub-folders support for filter and gamma.

This commit is contained in:
sorgelig
2019-10-19 09:12:17 +08:00
parent 4d45292b32
commit f7fa1c2c9d
2 changed files with 7 additions and 7 deletions

View File

@@ -368,7 +368,7 @@ char* video_get_gamma_curve()
return gamma_cfg + 1;
}
static char gamma_cfg_path[128] = { 0 };
static char gamma_cfg_path[1024] = { 0 };
void video_set_gamma_en(int n)
{