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: drop remaining frames in current audio avpacket when seeking
Fixes ticket
#1928
. Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n1.2
Marton Balint
12 years ago
parent
4be7d578a3
commit
48e43a1999
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ffplay.c
+ 3
- 0
ffplay.c
View File
@@ -2090,6 +2090,9 @@ static int audio_decode_frame(VideoState *is)
} else
avcodec_get_frame_defaults(is->frame);
if (is->audioq.serial != is->audio_pkt_temp_serial)
break;
if (is->paused)
return -1;
Write
Preview
Loading…
Cancel
Save