mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
mpegts: update comment to match code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6796b82407
commit
cb66db8010
@ -1536,7 +1536,7 @@ static int mpegts_read_header(AVFormatContext *s,
|
||||
int len;
|
||||
int64_t pos;
|
||||
|
||||
/* read the first 1024 bytes to get packet size */
|
||||
/* read the first 8192 bytes to get packet size */
|
||||
pos = avio_tell(pb);
|
||||
len = avio_read(pb, buf, sizeof(buf));
|
||||
if (len != sizeof(buf))
|
||||
|
Loading…
Reference in New Issue
Block a user