[MPlayer-cvslog] r25033 - trunk/stream/tvi_v4l2.c

voroshil subversion at mplayerhq.hu
Tue Nov 13 12:34:45 CET 2007


Author: voroshil
Date: Tue Nov 13 12:34:45 2007
New Revision: 25033

Log:
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



Modified:
   trunk/stream/tvi_v4l2.c

Modified: trunk/stream/tvi_v4l2.c
==============================================================================
--- trunk/stream/tvi_v4l2.c	(original)
+++ trunk/stream/tvi_v4l2.c	Tue Nov 13 12:34:45 2007
@@ -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 ;-) */



More information about the MPlayer-cvslog mailing list