cst/hardware-caps: add pip_devs

Origin commit data
------------------
Branch: ni/coolstream
Commit: 84147b8b83
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-02 (Sat, 02 Oct 2021)

Origin message was:
------------------
- cst/hardware-caps: add pip_devs

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-10-02 22:33:10 +02:00
parent 1aa15f0384
commit 323edb4b26
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ hw_caps_t *get_hwcaps(void)
caps.has_SCART_input = 0;
caps.has_YUV_cinch = 1;
caps.can_pip = 1;
caps.pip_devs = 1;
caps.can_cpufreq = (rev < 9);
caps.can_shutdown = (rev > 7);
caps.can_cec = 1;

View File

@@ -28,6 +28,7 @@ typedef struct hw_caps
int has_SCART_input;
int has_YUV_cinch;
int can_pip;
int pip_devs;
int can_cpufreq;
int can_shutdown;
int can_cec;