view linux/shmem.h @ 3629:a9d1ee93d1c9

Removed some old libavcodec code which would cause inproper scaling of some movies...
author mswitch
date Thu, 20 Dec 2001 07:40:30 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


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