summaryrefslogtreecommitdiff
path: root/vp10/encoder/ratectrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/encoder/ratectrl.h')
-rw-r--r--vp10/encoder/ratectrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp10/encoder/ratectrl.h b/vp10/encoder/ratectrl.h
index 8008c1610..0b9fd456d 100644
--- a/vp10/encoder/ratectrl.h
+++ b/vp10/encoder/ratectrl.h
@@ -26,6 +26,7 @@ extern "C" {
#define MIN_GF_INTERVAL 4
#define MAX_GF_INTERVAL 16
+#define FIXED_GF_INTERVAL 8 // Used in some testing modes only
typedef enum {
INTER_NORMAL = 0,