view osdep/shmem.h @ 28410:f02a92b6d0a4

Do not print a warning if current pts is equal to previous pts. patch by Dennis Vshivkov, jaimor orcon net nz
author diego
date Sun, 01 Feb 2009 16:02:19 +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 */