addition to introduce can_pip

Origin commit data
------------------
Branch: master
Commit: b6ca55fb3d
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-29 (Sat, 29 May 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-05-29 20:49:47 +02:00
parent 1821e2143c
commit e7578702e0
6 changed files with 15 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ hw_caps_t *get_hwcaps(void)
if (access("/dev/dvb/adapter0/video1", F_OK) != -1)
caps.can_pip = 1;
else
caps.can_pip = 0;
#if BOXMODEL_VUSOLO4K
initialized = 1;