Mercurial > libavformat.hg
changeset 1935:d86a3bda9418 libavformat
i think this is more correct
author | michael |
---|---|
date | Tue, 20 Mar 2007 13:01:39 +0000 |
parents | aab32293e595 |
children | 7222bddac3e2 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */ } }