OSDN Git Service

mpegts: update comment to match code
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 10 Sep 2011 22:55:16 +0000 (00:55 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 10 Sep 2011 22:55:16 +0000 (00:55 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mpegts.c

index 435469d..c8e5660 100644 (file)
@@ -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))