Mercurial > mplayer.hg
view osdep/mmap_anon.h @ 23514:eb85913b9dc3
Don't set random codec parameters for AC3/DTS in mkv.
Those values are not needed anyway.
This fixes stream copying from mkv with mencoder.
Patch by Trent Piepho.
author | aurel |
---|---|
date | Sun, 10 Jun 2007 16:45:30 +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_ */