Remove trailing whitespace
This commit is contained in:
parent
81df4c6972
commit
31a9fb6913
@ -52,7 +52,7 @@ runGetPerformanceInfo_openh264()
|
||||
|
||||
if [[ $line =~ "encode time" ]]
|
||||
then
|
||||
EncodeTime=`echo $line | awk 'BEGIN {FS=":"} {print $'${seperatorNum}'}'`
|
||||
EncodeTime=`echo $line | awk 'BEGIN {FS=":"} {print $'${seperatorNum}'}'`
|
||||
fi
|
||||
if [[ $line =~ "height" ]]
|
||||
then
|
||||
|
@ -19,7 +19,7 @@ ANDROID_SDK_PATH=${ANDROID_HOME}
|
||||
ANDROID_NDK_PATH=${ANDROID_NDK_HOME}
|
||||
if [ "#${ANDROID_SDK_PATH}" = "#" ]
|
||||
then
|
||||
echo Please set ANDROID_HOME with the path of Android SDK
|
||||
echo Please set ANDROID_HOME with the path of Android SDK
|
||||
exit 1
|
||||
fi
|
||||
if [ "#${ANDROID_NDK_PATH}" = "#" ]
|
||||
|
@ -105,7 +105,7 @@ struct TagDqLayer {
|
||||
int32_t iInterLayerSliceBetaOffset;
|
||||
//SPosOffset sScaledRefLayer;
|
||||
int32_t iSliceGroupChangeCycle;
|
||||
|
||||
|
||||
PRefPicListReorderSyn pRefPicListReordering;
|
||||
PPredWeightTabSyn pPredWeightTable;
|
||||
PRefPicMarking pRefPicMarking; // Decoded reference picture marking syntaxs
|
||||
|
@ -231,7 +231,7 @@ static const SI4PredInfo g_ksI4PredInfo[9] = {
|
||||
{ I4_PRED_HU, 1, 0, 0},
|
||||
};
|
||||
|
||||
static const uint8_t g_kuiI16CbpTable[6] = {0, 16, 32, 15, 31, 47};
|
||||
static const uint8_t g_kuiI16CbpTable[6] = {0, 16, 32, 15, 31, 47};
|
||||
|
||||
|
||||
typedef struct TagPartMbInfo {
|
||||
|
@ -211,7 +211,7 @@ int32_t iFrameCodedInVGop;
|
||||
int32_t iSkipFrameInVGop;
|
||||
int32_t iGopNumberInVGop;
|
||||
int32_t iGopIndexInVGop;
|
||||
|
||||
|
||||
int32_t iSkipQpValue;
|
||||
int32_t iQpRangeUpperInFrame;
|
||||
int32_t iQpRangeLowerInFrame;
|
||||
|
@ -50,7 +50,7 @@ public class MainActivity extends Activity {
|
||||
|
||||
// String path = getIntent().getStringExtra("path");
|
||||
// if (path.length() <=0)
|
||||
// {
|
||||
// {
|
||||
// path = "/sdcard/codec_unittest.xml";
|
||||
// }
|
||||
String path = "/sdcard/codec_unittest.xml";
|
||||
|
Loading…
Reference in New Issue
Block a user