set av input on start

This commit is contained in:
Jacek Jendrzej
2018-05-29 16:32:47 +02:00
parent 1d7e6dc1dc
commit 6739acbdd4

View File

@@ -329,6 +329,7 @@ cVideo::cVideo(int, void *, void *, unsigned int unit)
hdmiFd = -1;
standby_cec_activ = autoview_cec_activ = false;
openDevice();
setAVInput(ENCODER);
}
cVideo::~cVideo(void)