Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 22939:1f15b1ed55b1
r22916: Ability to specify video and audio capture device names
r22948: documented -mpegopts :interleaving2
r22949: more human description of -mpegopts :interleaving2
author | voroshil |
---|---|
date | Mon, 09 Apr 2007 16:44:23 +0000 |
parents | 2de480457872 |
children | d88f5f82826e |
line wrap: on
line source
#ifndef _OSDEP_MMAP_ANON_H_ #define _OSDEP_MMAP_ANON_H_ #include <sys/types.h> void *mmap_anon(void *, size_t, int, int, off_t); #endif /* _OSDEP_MMAP_ANON_H_ */