]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/alsa-audio-common.c
ALSA demuxer: use av_gettime and a timefilter.
[ffmpeg] / libavdevice / alsa-audio-common.c
index 8c5be3c8645d9162c7cb68cd924252b39eed2736..6188721f4825410f5312bea53b2a099255243664 100644 (file)
@@ -316,6 +316,7 @@ av_cold int ff_alsa_close(AVFormatContext *s1)
     AlsaData *s = s1->priv_data;
 
     av_freep(&s->reorder_buf);
+    ff_timefilter_destroy(s->timefilter);
     snd_pcm_close(s->h);
     return 0;
 }