[FFmpeg-cvslog] mpegts: update comment to match code

Michael Niedermayer git at videolan.org
Sun Sep 11 01:36:53 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep 11 00:55:16 2011 +0200| [cb66db801040f2ef764caf7978a50ac0edc7eabb] | committer: Michael Niedermayer

mpegts: update comment to match code

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb66db801040f2ef764caf7978a50ac0edc7eabb
---

 libavformat/mpegts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 435469d..c8e5660 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))



More information about the ffmpeg-cvslog mailing list