Use bool instead of bool_t
bool is one of the built in, standard types in C++, there's no need for a typedef for it.
This commit is contained in:
@@ -149,4 +149,4 @@ PPicture PrefetchPic (PPicBuff pPicBuf) {
|
||||
return pPic;
|
||||
}
|
||||
|
||||
} // namespace WelsDec
|
||||
} // namespace WelsDec
|
||||
|
||||
Reference in New Issue
Block a user