[Ffmpeg-cvslog] r8452 - trunk/libavformat/utils.c

michael subversion
Tue Mar 20 14:01:39 CET 2007


Author: michael
Date: Tue Mar 20 14:01:39 2007
New Revision: 8452

Modified:
   trunk/libavformat/utils.c

Log:
i think this is more correct


Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Tue Mar 20 14:01:39 2007
@@ -915,7 +915,7 @@ static void av_read_frame_flush(AVFormat
             st->parser = NULL;
         }
         st->last_IP_pts = AV_NOPTS_VALUE;
-        st->cur_dts = 0; /* we set the current DTS to an unspecified origin */
+        st->cur_dts = AV_NOPTS_VALUE; /* we set the current DTS to an unspecified origin */
     }
 }
 




More information about the ffmpeg-cvslog mailing list