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:
@@ -1601,7 +1601,9 @@ int vp8_drop_encodedframe_overshoot(VP8_COMP *cpi, int Q) {
|
|||||||
cpi->force_maxqp = 0;
|
cpi->force_maxqp = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
cpi->force_maxqp = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
cpi->force_maxqp = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user