Increase TS packet size detection buffer.

Fixes warning message with ticket #68.
This commit is contained in:
Reimar Döffinger 2011-04-24 17:34:39 +02:00
parent 90f5e991be
commit 5631729c3d
1 changed files with 1 additions and 1 deletions

View File

@ -1450,7 +1450,7 @@ static int mpegts_read_header(AVFormatContext *s,
{
MpegTSContext *ts = s->priv_data;
AVIOContext *pb = s->pb;
uint8_t buf[5*1024];
uint8_t buf[8*1024];
int len;
int64_t pos;