You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Increase TS packet size detection buffer.
Fixes warning message with ticket #68.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user