summaryrefslogtreecommitdiff
path: root/ytdlsb-mpv.h
blob: 11a0562aa6e02b65a4cd15d5b9b2d68dcbe60679 (plain)
1
2
3
4
5
6
7
8
#include <mpv/client.h>

int ytdlsb_mpv_overlay_add(mpv_handle *m,
    int id, int x, int y,
    char *buf, size_t off, size_t w, size_t h, size_t stride,
    size_t dw, size_t dh
);
int ytdlsb_mpv_overlay_remove(mpv_handle *m, int id);