mirror of https://github.com/mpv-player/mpv
4 lines
90 B
C
4 lines
90 B
C
|
quvi_t q;
|
||
|
if (quvi_init(&q) == QUVI_OK)
|
||
|
quvi_supported(q, "http://nope");
|