There was an error while loading. Please reload this page.
2 parents fda24a4 + d16b544 commit 6fb2f04Copy full SHA for 6fb2f04
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