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