Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix invalid C23 in process_frame_thread_ (#649)
process_frame_thread_ should return NULL instead of false, in C23 NULL and _Bool are not compatible and the code is rightfully rejected by the compiler. "stream_encoder.c:3595:48: error: incompatible types when returning type ‘_Bool’ but ‘void *’ was expected"
- Loading branch information