There was an error while loading. Please reload this page.
2 parents 26a27df + 32cf3d9 commit d16b544Copy full SHA for d16b544
1 file changed
avstream/avshws/avshws.h
@@ -56,7 +56,7 @@ extern "C" {
56
#define DEBUGLVL_TERSE 1
57
#define DEBUGLVL_ERROR 0
58
59
-const DebugLevel = DEBUGLVL_TERSE;
+const int DebugLevel = DEBUGLVL_TERSE;
60
61
#if (DBG)
62
#define _DbgPrintF(lvl, strings) \
@@ -365,4 +365,4 @@ void __cdecl operator delete[]
365
#include "filter.h"
366
#include "capture.h"
367
#include <uuids.h>
368
-#endif //_avshws_h_
+#endif //_avshws_h_
0 commit comments