summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/ratectrl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/encoder/ratectrl.c b/vp8/encoder/ratectrl.c
index e89247ae4..8e094c4a4 100644
--- a/vp8/encoder/ratectrl.c
+++ b/vp8/encoder/ratectrl.c
@@ -1500,9 +1500,6 @@ int vp8_drop_encodedframe_overshoot(VP8_COMP *cpi, int Q) {
cpi->rate_correction_factor = MAX_BPB_FACTOR;
}
return 1;
- } else {
- cpi->force_maxqp = 0;
- return 0;
}
cpi->force_maxqp = 0;
return 0;