view osdep/shmem.h @ 22420:db8714b9cdb7

First half-working avisynth audio support
author reimar
date Sun, 04 Mar 2007 12:52:16 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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