mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
5 lines
57 B
C
5 lines
57 B
C
|
|
||
|
void* shmem_alloc(int size);
|
||
|
void shmem_free(void* p);
|
||
|
|