Mercurial > mplayer.hg
changeset 28155:c21d81e41e15
Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
Firstly 32 MB is not that much with HD video and the different
values depending on whether CONFIG_TV_BSDBT848 is set or not
makes debugging harder.
author | reimar |
---|---|
date | Wed, 24 Dec 2008 16:05:20 +0000 |
parents | bdcb43023b42 |
children | b3db050cbd0d |
files | libmpdemux/demuxer.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demuxer.h Wed Dec 24 04:33:51 2008 +0000 +++ b/libmpdemux/demuxer.h Wed Dec 24 16:05:20 2008 +0000 @@ -20,11 +20,7 @@ #endif #define MAX_PACKS 4096 -#ifdef CONFIG_TV_BSDBT848 #define MAX_PACK_BYTES 0x2000000 -#else -#define MAX_PACK_BYTES 0x800000 -#endif #define DEMUXER_TYPE_UNKNOWN 0 #define DEMUXER_TYPE_MPEG_ES 1