summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-20 13:01:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-20 13:01:39 +0000
commita843d1ff32fdcb2fea8f77179d638b659443acf9 (patch)
tree0483db1173cd56798b1a4421980fde4e82c5dcdd /libavformat/utils.c
parentb314cfe70991958c1eb302a3f0868a223e67e245 (diff)
i think this is more correct
Originally committed as revision 8452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r--libavformat/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 7e03b7f1d3..b5893de799 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -915,7 +915,7 @@ static void av_read_frame_flush(AVFormatContext *s)
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 */
}
}