Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 21784:e7403deab378
I've found a mistake in encoding-guide:
---
With MPEG-4 ASP codecs such as x264,
---
But x264 is MPEG-4 AVC, not ASP.
Patch by Andrew Savchenko )Bircoph list ru(, approved by Guillaume
author | rtogni |
---|---|
date | Sun, 31 Dec 2006 14:04:36 +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_ */