diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index caef69d1eb..d03fe19ad2 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -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;