Results 52 comments of Zipdox

I deciphered the dead PR mentioned above and here is my code: ```c char *client_name; size_t str_size; napi_get_value_string_utf8(env, argv[0], NULL, 0, &str_size); str_size += 1; client_name = (char*)calloc(str_size + 1,...

Opus doesn't support 44.1kHz sample rate. You should use 48kHz

It appears that forcing the decoder using `--vd=libvpx-vp9` works as a workaround, though it would be nice if this is not necessary.

Yeah I was aware that FFmpeg does this too, and you need to specify the decoder to decode alpha. Maybe MPV could detect alpha channel and force the decoder of...

> Can you play alpha webm? Only if I install the mesa patches and force the encoder like I said.

Debian added patches to make it packagable https://salsa.debian.org/yangfl-guest/imgui/-/tree/patches

I suggest using Debian's patches. They wrote a Makefile and pc file. https://salsa.debian.org/yangfl-guest/stb/-/tree/patches

What's the point of packaging this at all if the intended way to use it is to drag the headers into your project?

Bruh ![image](https://user-images.githubusercontent.com/42157341/193364752-32c6c6a5-394c-4538-b78c-2e903e866b4f.png)

> but it's far better than the infinite loading wheel today. Look at my previous comment, now it's just a blank file icon. In my opinion, the files should just...