Commit e45aeb38 authored by Michael Niedermayer's avatar Michael Niedermayer

Reset eof state on seeking.

Fixes issue1005.

Originally committed as revision 18710 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5efccce2
......@@ -2063,6 +2063,7 @@ static int decode_thread(void *arg)
}
}
is->seek_req = 0;
eof= 0;
}
/* if the queue are full, no need to read more */
......
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