Use bool_t instead of BOOL_T

One bool typedef is already more than enough, two is too many.
This commit is contained in:
Martin Storsjö
2014-01-24 14:07:44 +02:00
parent 0f7a958ce3
commit 17d7b5d72e
24 changed files with 82 additions and 83 deletions

View File

@@ -114,12 +114,12 @@ class CWelsH264SVCEncoder : public ISVCEncoder {
int32_t m_iMaxPicHeight;
int32_t m_iCspInternal;
BOOL_T m_bInitialFlag;
bool_t m_bInitialFlag;
#ifdef OUTPUT_BIT_STREAM
FILE* m_pFileBs;
FILE* m_pFileBsSize;
BOOL_T m_bSwitch;
bool_t m_bSwitch;
int32_t m_iSwitchTimes;
#endif//OUTPUT_BIT_STREAM