Mercurial > mplayer.hg
comparison libmpdemux/demux_mpg.c @ 5570:3a8d8c51355a
max_packs increased for some dvd with too many audio/sub
author | arpi |
---|---|
date | Fri, 12 Apr 2002 00:47:02 +0000 |
parents | 39f5eccd54c2 |
children | b645204ea527 |
comparison
equal
deleted
inserted
replaced
5569:cfab2ce8a840 | 5570:3a8d8c51355a |
---|---|
250 } | 250 } |
251 | 251 |
252 int demux_mpg_fill_buffer(demuxer_t *demux){ | 252 int demux_mpg_fill_buffer(demuxer_t *demux){ |
253 unsigned int head=0; | 253 unsigned int head=0; |
254 int skipped=0; | 254 int skipped=0; |
255 int max_packs=128; | 255 int max_packs=256; // 512kbyte |
256 int ret=0; | 256 int ret=0; |
257 | 257 |
258 // System stream | 258 // System stream |
259 do{ | 259 do{ |
260 demux->filepos=stream_tell(demux->stream); | 260 demux->filepos=stream_tell(demux->stream); |