Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This improves readability a lot and prevent us from reinventing the wheel.
Showing
Please register or sign in to comment
This improves readability a lot and prevent us from reinventing the wheel.