[Ffmpeg-cvslog] r7563 - trunk/libavformat/mpeg.c

michael subversion
Wed Jan 17 11:45:59 CET 2007


Author: michael
Date: Wed Jan 17 11:45:59 2007
New Revision: 7563

Modified:
   trunk/libavformat/mpeg.c

Log:
cosmetic


Modified: trunk/libavformat/mpeg.c
==============================================================================
--- trunk/libavformat/mpeg.c	(original)
+++ trunk/libavformat/mpeg.c	Wed Jan 17 11:45:59 2007
@@ -1484,7 +1484,7 @@
         *ppos = url_ftell(&s->pb) - 4;
     }
     len = get_be16(&s->pb);
-    pts = AV_NOPTS_VALUE;
+    pts =
     dts = AV_NOPTS_VALUE;
     /* stuffing */
     for(;;) {




More information about the ffmpeg-cvslog mailing list