Reduce checkpoints.

This commit is contained in:
Glenn Maynard
2003-07-23 21:26:18 +00:00
parent 14e63f1c37
commit 68f00eccf1
+1 -1
View File
@@ -32,7 +32,7 @@ struct VirtualDubCheckpoint {
inline void set(const char *f, int l, const char *m=NULL) { file=f; line=l; message=m; }
};
#define CHECKPOINT_COUNT (4)
#define CHECKPOINT_COUNT (2)
struct VirtualDubThreadState {
const char *pszThreadName;