shithub: openh264

Download patch

ref: 31a9fb69136f26399b26658e6649e5c20a0c9e66
parent: 81df4c69728c8ada96ab1cdb4a73d29b384f1ded
author: Martin Storsjö <martin@martin.st>
date: Mon Apr 27 09:34:59 EDT 2015

Remove trailing whitespace

--- a/autotest/performanceTest/parsePerfData.sh
+++ b/autotest/performanceTest/parsePerfData.sh
@@ -52,7 +52,7 @@
 
         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
--- a/autotest/unitTest/run_unitTest.sh
+++ b/autotest/unitTest/run_unitTest.sh
@@ -19,7 +19,7 @@
 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}" = "#" ]
--- a/codec/decoder/core/inc/dec_frame.h
+++ b/codec/decoder/core/inc/dec_frame.h
@@ -105,7 +105,7 @@
   int32_t					iInterLayerSliceBetaOffset;
   //SPosOffset			sScaledRefLayer;
   int32_t					iSliceGroupChangeCycle;
-  
+
   PRefPicListReorderSyn	pRefPicListReordering;
   PPredWeightTabSyn     pPredWeightTable;
   PRefPicMarking          pRefPicMarking; // Decoded reference picture marking syntaxs
--- a/codec/decoder/core/inc/wels_common_basis.h
+++ b/codec/decoder/core/inc/wels_common_basis.h
@@ -231,7 +231,7 @@
     { 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 {
--- a/codec/encoder/core/inc/rc.h
+++ b/codec/encoder/core/inc/rc.h
@@ -211,7 +211,7 @@
 int32_t   iSkipFrameInVGop;
 int32_t   iGopNumberInVGop;
 int32_t   iGopIndexInVGop;
- 
+
 int32_t   iSkipQpValue;
 int32_t   iQpRangeUpperInFrame;
 int32_t   iQpRangeLowerInFrame;
--- a/test/build/android/src/com/cisco/codec/unittest/MainActivity.java
+++ b/test/build/android/src/com/cisco/codec/unittest/MainActivity.java
@@ -50,7 +50,7 @@
 
 //				String path = getIntent().getStringExtra("path");
 //				if (path.length() <=0)
-//				{ 
+//				{
 //					path = "/sdcard/codec_unittest.xml";
 //				}
 				String path = "/sdcard/codec_unittest.xml";