view osdep/shmem.h @ 21454:f91f04764311

Use libavutil LE_* macros instead of pointer casts which can result in crashes due to missing alignment. Should fix bug #640.
author reimar
date Sun, 03 Dec 2006 16:41:55 +0000
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source


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