Merge pull request #100 from mstorsjo/trailing-whitespace-cpp-comments

Remove trailing whitespace in comments
This commit is contained in:
Ethan Hugg
2014-01-06 09:33:52 -08:00
17 changed files with 38 additions and 38 deletions

View File

@@ -244,7 +244,7 @@ typedef struct TagWelsDecoderContext {
int32_t iSpsTotalNum; //the number of SPS in current IDR interval
int32_t iSubspsTotalNum; //the number of subsps in current IDR interval
int32_t iPpsTotalNum; //the number of PPS in current IDR interval.
#endif //MOSAIC_AVOID_BASED_ON_SPS_PPS_ID
#endif //MOSAIC_AVOID_BASED_ON_SPS_PPS_ID
SSps sSpsBuffer[MAX_SPS_COUNT];
SPps sPpsBuffer[MAX_PPS_COUNT];