introduce can_pip

Origin commit data
------------------
Branch: master
Commit: f198d19878
Author: TangoCash <eric@loxat.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:
TangoCash
2021-05-29 20:49:47 +02:00
committed by vanhofen
parent ce566eacc5
commit 1821e2143c
6 changed files with 16 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ hw_caps_t *get_hwcaps(void)
memset(&caps, 0, sizeof(hw_caps_t));
if (access("/dev/dvb/adapter0/video1", F_OK) != -1)
caps.can_pip = 1;
initialized = 1;
caps.can_cpufreq = 0;
caps.can_shutdown = 1; /* for testing */