- fix compiler warning and segfault in avinput_pip handling

Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-05-10 22:50:17 +02:00
committed by Thilo Graf
parent f27ff4563c
commit 71a670d821
2 changed files with 20 additions and 19 deletions

View File

@@ -169,9 +169,11 @@ public:
void channelsInit(bool bOnly = false);
int run(int argc, char **argv);
#ifdef ENABLE_PIP
bool avinput_pip;
void StartAVInputPiP();
void StopAVInputPiP();
#endif
//callback stuff only....
int exec(CMenuTarget* parent, const std::string & actionKey);