mpv/osdep/shmem.h

8 lines
143 B
C

#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H
void* shmem_alloc(int size);
void shmem_free(void* p,int size);
#endif /* MPLAYER_SHMEM_H */