Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 24183:820df52200db
Enable decoding of packet X/24, it is usual teletext line
and contains labels for navigation links.
10l: fix comments for constants.
patch from Otvos Attila oattila at chello dot hu
author | voroshil |
---|---|
date | Sun, 26 Aug 2007 04:56:37 +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_ */