cosmetic
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Jan 2007 10:45:59 +0000 (10:45 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Jan 2007 10:45:59 +0000 (10:45 +0000)
Originally committed as revision 7563 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mpeg.c

index 147bce5..7e6a6e8 100644 (file)
@@ -1484,7 +1484,7 @@ static int mpegps_read_pes_header(AVFormatContext *s,
         *ppos = url_ftell(&s->pb) - 4;
     }
     len = get_be16(&s->pb);
-    pts = AV_NOPTS_VALUE;
+    pts =
     dts = AV_NOPTS_VALUE;
     /* stuffing */
     for(;;) {