DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same

Origin commit data
------------------
Branch: master
Commit: 58d27530c3
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-02 (Sat, 02 Oct 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-02 22:27:44 +02:00
committed by vanhofen
parent 90a73b86c6
commit bb4911e978
8 changed files with 79 additions and 32 deletions

View File

@@ -26,6 +26,7 @@ class cAudio
friend class cPlayback;
private:
int fd;
unsigned int devnum;
bool Muted;
int clipfd; /* for pcm playback */
@@ -50,7 +51,7 @@ class cAudio
public:
/* construct & destruct */
cAudio(void *, void *, void *);
cAudio(void *, void *, void *, unsigned int unit = 0);
~cAudio(void);
void open_AVInput_Device(void)