diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-11 00:55:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-11 00:55:16 +0200 |
commit | cb66db801040f2ef764caf7978a50ac0edc7eabb (patch) | |
tree | 0e275cc4415bdaa25927a2d9d68a4aa9c994a7e6 /libavformat/mpegts.c | |
parent | 6796b82407ed1ba749bbe0d2b662b7feb349a735 (diff) | |
download | ffmpeg-cb66db801040f2ef764caf7978a50ac0edc7eabb.tar.gz |
mpegts: update comment to match code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r-- | libavformat/mpegts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 435469de32..c8e56607ef 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -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)) |