Commit a843d1ff authored by Michael Niedermayer's avatar Michael Niedermayer

i think this is more correct

Originally committed as revision 8452 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b314cfe7
......@@ -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 */
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment