diff utils.c @ 1935:d86a3bda9418 libavformat

i think this is more correct
author michael
date Tue, 20 Mar 2007 13:01:39 +0000
parents 8c3d5daaa19f
children 7222bddac3e2
line wrap: on
line diff
--- a/utils.c	Mon Mar 19 00:48:47 2007 +0000
+++ b/utils.c	Tue Mar 20 13:01:39 2007 +0000
@@ -915,7 +915,7 @@
             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 */
     }
 }