]> git.sesse.net Git - x264/blobdiff - x264cli.h
Fix restoring of console title on Windows with ffms indexing
[x264] / x264cli.h
index 1eef72d0e979a91d02abce2e4dcd33d04c30f2ac..50a9be39d2e58705998743cfe9735755976b51fa 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2010 x264 project
+ * Copyright (C) 2003-2011 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
@@ -29,6 +29,9 @@
 
 #include "common/common.h"
 
+/* In microseconds */
+#define UPDATE_INTERVAL 250000
+
 typedef void *hnd_t;
 
 static inline int64_t gcd( int64_t a, int64_t b )