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:
voroshil 2007-11-13 11:34:45 +00:00
parent cc11fc77b3
commit 70ca379c4c
1 changed files with 2 additions and 0 deletions

View File

@ -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 ;-) */