Use bool_t instead of BOOL_T
One bool typedef is already more than enough, two is too many.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user