mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
Add missing call to audio_in_uninit in v4l2 tv driver.
Without it, tv does not start on the second run when using mplayer in slave or idle mode. Patch by Stanislaw Jesmanowicz stan at jesmanowicz dot com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25033 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cc11fc77b3
commit
70ca379c4c
@ -1147,6 +1147,8 @@ static int uninit(priv_t *priv)
|
||||
free(priv->audio_skew_buffer);
|
||||
if (priv->audio_skew_delta_buffer)
|
||||
free(priv->audio_skew_delta_buffer);
|
||||
|
||||
audio_in_uninit(&priv->audio_in);
|
||||
}
|
||||
|
||||
/* show some nice statistics ;-) */
|
||||
|
Loading…
Reference in New Issue
Block a user