# HG changeset patch # User voroshil # Date 1188829313 0 # Node ID 31dbcf68a70699d06dddfd09b348be23e126bd52 # Parent 12f2487fb845ac30ce6e2e36dfd94589ed0fecb6 Fix for: tvi_vbi.c:1392: warning: 'decode_raw_line_sine' defined but not used diff -r 12f2487fb845 -r 31dbcf68a706 stream/tvi_vbi.c --- a/stream/tvi_vbi.c Mon Sep 03 13:18:26 2007 +0000 +++ b/stream/tvi_vbi.c Mon Sep 03 14:21:53 2007 +0000 @@ -1379,6 +1379,9 @@ 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 @@ return 1; } +#endif /** * \brief decodes all vbi lines from one video frame