mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +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");
|