view osdep/shmem.h @ 27074:242ff412c591

Only "pop" subtree params if they had previously been "pushed", and afterwards reset the "pushed" value to 0 again. Similarly only set the PLAY_TREE_RND_PLAYED flag if the entry had been pushed before.
author ben
date Fri, 20 Jun 2008 19:51:43 +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 */