Commit 4ea7fbb2 authored by Marton Balint's avatar Marton Balint

ffplay: step to next frame if paused when seeking

Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent c5eab4bb
...@@ -2728,6 +2728,8 @@ static int read_thread(void *arg) ...@@ -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);
......
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