mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
arm: vuplus4k dummy function QuadPiP() added
This commit is contained in:
@@ -889,6 +889,16 @@ int cVideo::getBlank(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if BOXMODEL_VUPLUS_ARM
|
||||
void cVideo::QuadPiP(bool active)
|
||||
{
|
||||
if (active)
|
||||
proc_put("/proc/stb/video/decodermode", "mosaic", strlen("mosaic"));
|
||||
else
|
||||
proc_put("/proc/stb/video/decodermode", "normal", strlen("normal"));
|
||||
}
|
||||
#endif
|
||||
|
||||
void cVideo::ShowPig(int _x)
|
||||
{
|
||||
char buffer[64];
|
||||
|
Reference in New Issue
Block a user