Reset eof state on seeking.

Fixes issue1005.

Originally committed as revision 18710 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2009-04-28 18:02:21 +00:00
parent 5efccce2a9
commit e45aeb38a6
1 changed files with 1 additions and 0 deletions

View File

@ -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 */