On Sat, May 06, 2017 at 08:40:46PM +0200, Nicolas George wrote: > Le septidi 17 floréal, an CCXXV, Takayuki 'January June' Suwa a écrit : > > This fixes early abort on ALSA playback > > > > --- > > libavdevice/alsa.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/libavdevice/alsa.c b/libavdevice/alsa.c > > index 8d27913..1bbff30 100644 > > --- a/libavdevice/alsa.c > > +++ b/libavdevice/alsa.c > > @@ -300,6 +300,8 @@ av_cold int ff_alsa_close(AVFormatContext *s1) > > { > > AlsaData *s = s1->priv_data; > > > > + snd_pcm_nonblock(s->h, 0); > > + snd_pcm_drain(s->h); > > av_freep(&s->reorder_buf); > > if (CONFIG_ALSA_INDEV) > > ff_timefilter_destroy(s->timefilter); > > I guess I it ok. There are no provisions for non-blocking close for now.
> I do not officially maintain the ALSA code, though. but you looked at the code and noone is listed in MAINTAINERs for it applied thanks to all [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Take away the freedom of one citizen and you will be jailed, take away the freedom of all citizens and you will be congratulated by your peers in Parliament.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel