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:
Marco 2015-05-20 12:20:17 -07:00
parent 976f7f42c1
commit 6f41e29064

View File

@ -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;
}