1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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