mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix generic compile
Origin commit data
------------------
Branch: master
Commit: 188ea2f269
Author: TangoCash <eric@loxat.de>
Date: 2021-08-30 (Mon, 30 Aug 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -78,6 +78,12 @@ class cAudio : public OpenThreads::Thread
|
||||
{
|
||||
return NULL;
|
||||
};
|
||||
|
||||
void setAVInput(int val)
|
||||
{
|
||||
return;
|
||||
};
|
||||
|
||||
/* shut up */
|
||||
int mute(bool remember = true)
|
||||
{
|
||||
|
@@ -208,6 +208,10 @@ class cVideo : public OpenThreads::Thread
|
||||
{
|
||||
return NULL;
|
||||
};
|
||||
void setAVInput(int val)
|
||||
{
|
||||
return;
|
||||
};
|
||||
|
||||
/* aspect ratio */
|
||||
int getAspectRatio(void);
|
||||
|
Reference in New Issue
Block a user