Commit 5631729c authored by Reimar Döffinger's avatar Reimar Döffinger

Increase TS packet size detection buffer.

Fixes warning message with ticket #68.
parent 90f5e991
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment