<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le mercredi 19 mars 2014 à 23:36 -0700, Subodh a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
Fixed the problem by changing the flag in the seek to FLUSH instead of<BR>
accurate.<BR>
</BLOCKQUOTE>
There is no instead here. You always want the FLUSH flag when you are seeking. Non-flushing seek is only used in rare conditions, like segment seek, as they may lead to deadlock otherwise. If you want to do accurate seek, then just OR the two flags, FLUSH | ACCURATE.<BR>
<BR>
cheers,<BR>
Nicolas<BR>
<BR>
</BODY>
</HTML>