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: add pause audio feature in the middle of a packet
Fixes ticket 215. Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n1.0
Marton Balint
13 years ago
parent
d872e11300
commit
a6f51de3bf
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
@@ -2077,6 +2077,9 @@ static int audio_decode_frame(VideoState *is, double *pts_ptr)
} else
avcodec_get_frame_defaults(is->frame);
if (is->paused)
return -1;
if (flush_complete)
break;
new_packet = 0;
Write
Preview
Loading…
Cancel
Save