# HG changeset patch # User michael # Date 1174395699 0 # Node ID d86a3bda9418d25c29ef46ed3666dc83c24e1a99 # Parent aab32293e5957fc2dd3eb2dd101452253427496b i think this is more correct diff -r aab32293e595 -r d86a3bda9418 utils.c --- 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 */ } }