mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffplay: step to next frame if paused when seeking
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
c5eab4bb70
commit
4ea7fbb2ec
2
ffplay.c
2
ffplay.c
@ -2728,6 +2728,8 @@ static int read_thread(void *arg)
|
|||||||
}
|
}
|
||||||
is->seek_req = 0;
|
is->seek_req = 0;
|
||||||
eof = 0;
|
eof = 0;
|
||||||
|
if (is->paused)
|
||||||
|
step_to_next_frame(is);
|
||||||
}
|
}
|
||||||
if (is->queue_attachments_req) {
|
if (is->queue_attachments_req) {
|
||||||
avformat_queue_attached_pictures(ic);
|
avformat_queue_attached_pictures(ic);
|
||||||
|
Loading…
Reference in New Issue
Block a user