[MPlayer-cvslog] r24336 - trunk/stream/tvi_vbi.c

voroshil subversion at mplayerhq.hu
Mon Sep 3 16:21:53 CEST 2007


Author: voroshil
Date: Mon Sep  3 16:21:53 2007
New Revision: 24336

Log:
Fix for:
tvi_vbi.c:1392: warning: 'decode_raw_line_sine' defined but not used


Modified:
   trunk/stream/tvi_vbi.c

Modified: trunk/stream/tvi_vbi.c
==============================================================================
--- trunk/stream/tvi_vbi.c	(original)
+++ trunk/stream/tvi_vbi.c	Mon Sep  3 16:21:53 2007
@@ -1379,6 +1379,9 @@ static int decode_raw_line_runin(priv_vb
     return 1;
 }
 
+#if 0
+//See comment in vbi_decode for a reason of commenting out this routine.
+
 /**
  * \brief decodes raw vbi data (signal amplitudes) into sequence of bytes
  * \param priv private data structure
@@ -1438,6 +1441,7 @@ static int decode_raw_line_sine(priv_vbi
 
     return 1;
 }
+#endif
 
 /**
  * \brief decodes all vbi lines from one video frame



More information about the MPlayer-cvslog mailing list