Sam Lantinga
Sam Lantinga
I believe we do want this on FreeBSD. Under what conditions does it exist on OpenBSD but isn't usable?
> Also: A few audio functions take `Uint8*` ptrs / `Uint32` lengths, rather than `void*` ptrs and `int` length. Is it worth changing these? @icculus, thoughts? If we stick with...
I did some testing and this appears to work here, except for hotplug. @sylware, did you test hotplugging different devices?
I don't mind adding SDL_NODISCARD, but I think we should only apply it to functions that return data that needs to be freed. Can you drop all the changes except...
I'm going to go ahead and make official policy on how SDL will use SDL_NODISCARD. Most SDL functions return either a result or an error code, and the expectation is...
Can you post a minimal repro example and steps? Thanks!
Sure
Feel free to submit a PR for this.
What's your ffplay command line?