mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 08:29:36 +00:00
4 lines
90 B
C
4 lines
90 B
C
|
quvi_t q;
|
||
|
if (quvi_init(&q) == QUVI_OK)
|
||
|
quvi_supported(q, "http://nope");
|