From 176110a0fcbd8f3d58eb5d4d7e60fb0dd89bad5b Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 29 May 2018 16:32:47 +0200 Subject: [PATCH] set av input on start Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/a1f1070da5a18e2dc75e145f0aec1ffe1bc6e274 Author: Jacek Jendrzej Date: 2018-05-29 (Tue, 29 May 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/video.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index 3da7ada..439eace 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -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)