view osdep/shmem.h @ 14548:ca4949694bfd

Sync with 1.860: Split examples into MPlayer and MEncoder examples, fix -aspect description, small fixes.
author gpoirier
date Thu, 20 Jan 2005 20:22:58 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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