view osdep/shmem.h @ 11372:3761aff4722e

If alex is too lazy to apply a patch, then i'll do it :) This one fixes a sig11 when the -vo can't be initialized and get_buffer fails for libavcodec
author attila
date Mon, 03 Nov 2003 10:42:28 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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