mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
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:
@@ -29,6 +29,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.has_CI = 0;
|
||||
caps.can_cec = 1;
|
||||
|
Reference in New Issue
Block a user