view osdep/shmem.h @ 27366:067da68b5b16

change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set. fixes -ovc raw -ffourcc patch by "Andrew Wason" rectalogic !@! rectalogic !.! com
author compn
date Sat, 02 Aug 2008 18:41:43 +0000
parents 4129c8cfa742
children 5cfef41a1771
line wrap: on
line source

#ifndef MPLAYER_SHMEM_H
#define MPLAYER_SHMEM_H

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

#endif /* MPLAYER_SHMEM_H */