view osdep/shmem.h @ 15659:f5ba6ff194e9

Fixes x264's "lumi_mask" option and improves lavc's "nr" option.
author gpoirier
date Sun, 05 Jun 2005 21:34:03 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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