Commit 7f790b59 authored by michael's avatar michael

i think this is more correct


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8452 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c66e5887
......@@ -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