Remove trailing whitespace

This commit is contained in:
Martin Storsjö 2015-04-27 13:34:59 +03:00
parent 81df4c6972
commit 31a9fb6913
6 changed files with 6 additions and 6 deletions

View File

@ -52,7 +52,7 @@ runGetPerformanceInfo_openh264()
if [[ $line =~ "encode time" ]] if [[ $line =~ "encode time" ]]
then then
EncodeTime=`echo $line | awk 'BEGIN {FS=":"} {print $'${seperatorNum}'}'` EncodeTime=`echo $line | awk 'BEGIN {FS=":"} {print $'${seperatorNum}'}'`
fi fi
if [[ $line =~ "height" ]] if [[ $line =~ "height" ]]
then then

View File

@ -19,7 +19,7 @@ ANDROID_SDK_PATH=${ANDROID_HOME}
ANDROID_NDK_PATH=${ANDROID_NDK_HOME} ANDROID_NDK_PATH=${ANDROID_NDK_HOME}
if [ "#${ANDROID_SDK_PATH}" = "#" ] if [ "#${ANDROID_SDK_PATH}" = "#" ]
then 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 exit 1
fi fi
if [ "#${ANDROID_NDK_PATH}" = "#" ] if [ "#${ANDROID_NDK_PATH}" = "#" ]

View File

@ -105,7 +105,7 @@ struct TagDqLayer {
int32_t iInterLayerSliceBetaOffset; int32_t iInterLayerSliceBetaOffset;
//SPosOffset sScaledRefLayer; //SPosOffset sScaledRefLayer;
int32_t iSliceGroupChangeCycle; int32_t iSliceGroupChangeCycle;
PRefPicListReorderSyn pRefPicListReordering; PRefPicListReorderSyn pRefPicListReordering;
PPredWeightTabSyn pPredWeightTable; PPredWeightTabSyn pPredWeightTable;
PRefPicMarking pRefPicMarking; // Decoded reference picture marking syntaxs PRefPicMarking pRefPicMarking; // Decoded reference picture marking syntaxs

View File

@ -231,7 +231,7 @@ static const SI4PredInfo g_ksI4PredInfo[9] = {
{ I4_PRED_HU, 1, 0, 0}, { 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 { typedef struct TagPartMbInfo {

View File

@ -211,7 +211,7 @@ int32_t iFrameCodedInVGop;
int32_t iSkipFrameInVGop; int32_t iSkipFrameInVGop;
int32_t iGopNumberInVGop; int32_t iGopNumberInVGop;
int32_t iGopIndexInVGop; int32_t iGopIndexInVGop;
int32_t iSkipQpValue; int32_t iSkipQpValue;
int32_t iQpRangeUpperInFrame; int32_t iQpRangeUpperInFrame;
int32_t iQpRangeLowerInFrame; int32_t iQpRangeLowerInFrame;

View File

@ -50,7 +50,7 @@ public class MainActivity extends Activity {
// String path = getIntent().getStringExtra("path"); // String path = getIntent().getStringExtra("path");
// if (path.length() <=0) // if (path.length() <=0)
// { // {
// path = "/sdcard/codec_unittest.xml"; // path = "/sdcard/codec_unittest.xml";
// } // }
String path = "/sdcard/codec_unittest.xml"; String path = "/sdcard/codec_unittest.xml";