mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00: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:
parent
5efccce2a9
commit
e45aeb38a6
1 changed files with 1 additions and 0 deletions
1
ffplay.c
1
ffplay.c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue