ref: a625dc836d8d9c60cd1c9305a1c842f5fcbcacb1
parent: 9be23c7821d45b9e6a44d738d535ae5ff6d8e4f8
author: Martin Storsjö <[email protected]>
date: Wed Oct 29 16:28:34 EDT 2014
Remove unused variables
--- a/test/api/encode_decode_api_test.cpp
+++ b/test/api/encode_decode_api_test.cpp
@@ -412,11 +412,8 @@
}
void EncodeDecodeTestAPI::SliceParamValidationForMode3 (int iSpatialIdx) {
- unsigned int uiMbWidth = 0;
unsigned int uiMbHeight = 0;
- unsigned int uiMbNumInFrame = 0;
- uiMbWidth = (param_.iPicWidth + 15) >> 4;
uiMbHeight = (param_.iPicHeight + 15) >> 4;
//change slice mode to SM_SINGLE_SLICE