view osdep/shmem.h @ 24598:5411b440eb24

Fix playback of streams with more than one audio track (only one supported).
author cehoyos
date Tue, 25 Sep 2007 22:34:01 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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