view osdep/shmem.h @ 27406:6eeaea929c14

Calculate subtitle origin in floating point.
author eugeni
date Thu, 07 Aug 2008 22:20:52 +0000
parents 4129c8cfa742
children 5cfef41a1771
line wrap: on
line source

#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H

void* shmem_alloc(int size);
void shmem_free(void* p,int size);

#endif /* MPLAYER_SHMEM_H */