use the "bool" data type instead of "int"
"bool" should be used in C99 programs for boolean values.
This commit is contained in:
@@ -27,7 +27,7 @@ struct decoder {
|
||||
|
||||
ConvState conv_state;
|
||||
|
||||
int seeking;
|
||||
bool seeking;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user