view osdep/mmap_anon.h @ 24908:c59a27887e5e

add streams to the PSM only if priv->use_psm is set, otherwise the muxer would write the map also for ordinary mpeg audio and video streams (wasting space)
author nicodvb
date Fri, 02 Nov 2007 19:06:15 +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_ */