This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffplay: step to next frame if paused when seeking
Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n1.2
Marton Balint
12 years ago
parent
c5eab4bb70
commit
4ea7fbb2ec
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ffplay.c
+ 2
- 0
ffplay.c
View File
@@ -2728,6 +2728,8 @@ static int read_thread(void *arg)
}
is->seek_req = 0;
eof = 0;
if (is->paused)
step_to_next_frame(is);
}
if (is->queue_attachments_req) {
avformat_queue_attached_pictures(ic);
Write
Preview
Loading…
Cancel
Save