[host] app: do not try to use deprecated interfaces automatically

This commit is contained in:
Geoffrey McRae
2024-03-11 12:46:02 +11:00
parent 989fe2bb0b
commit 90398bc04f
2 changed files with 14 additions and 2 deletions

View File

@@ -112,6 +112,8 @@ typedef struct CaptureInterface
{
const char * shortName;
const bool asyncCapture;
const bool deprecated;
const char * (*getName )(void);
void (*initOptions )(void);