arm: vuplus4k dummy function QuadPiP() changed

This commit is contained in:
BPanther
2021-10-03 14:00:52 +02:00
committed by Thilo Graf
parent 40227ebdfa
commit 86c5cae8e0
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ void hal_api_init()
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
sprintf(buffer, "%s", "enable");
proc_put("/proc/stb/frontend/fbc/fcc", buffer, strlen(buffer));
proc_put("/proc/stb/video/decodermode", "normal", strlen("normal"));
#endif
}
initialized = true;