vp8_drop_encodedframe_overshoot: fix to return setting.
Make sure force_maxqp is set to 0 for return 0. Change-Id: Ie7c57842637226e932a390e7080e5ebb99996da3
This commit is contained in:
parent
976f7f42c1
commit
6f41e29064
@ -1601,7 +1601,9 @@ int vp8_drop_encodedframe_overshoot(VP8_COMP *cpi, int Q) {
|
||||
cpi->force_maxqp = 0;
|
||||
return 0;
|
||||
}
|
||||
cpi->force_maxqp = 0;
|
||||
return 0;
|
||||
}
|
||||
cpi->force_maxqp = 0;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user