summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vp9/encoder/vp9_ratectrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_ratectrl.c b/vp9/encoder/vp9_ratectrl.c
index ec969e0cc..75a29e601 100644
--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -2641,7 +2641,7 @@ void vp9_scene_detection_onepass(VP9_COMP *cpi) {
int frame = 0;
int scene_cut_force_key_frame = 0;
uint64_t avg_sad_current = 0;
- uint32_t min_thresh = 4000;
+ uint32_t min_thresh = 10000;
float thresh = 8.0f;
uint32_t thresh_key = 140000;
if (cpi->oxcf.speed <= 5) thresh_key = 240000;