summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-03 14:21:53 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-03 14:21:53 +0000
commita027248c5f9dcda59867aa0e912d8375e9f0f3d4 (patch)
tree1d8f22bbc346c05f35ffd5d0d3253e7a81bb1794 /stream
parent7b9f20c0ab48e517963a97fa66e758751aa7c618 (diff)
downloadmpv-a027248c5f9dcda59867aa0e912d8375e9f0f3d4.tar.bz2
mpv-a027248c5f9dcda59867aa0e912d8375e9f0f3d4.tar.xz
Fix for:
tvi_vbi.c:1392: warning: 'decode_raw_line_sine' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24336 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/tvi_vbi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c
index ebe6a11113..7cfd27e20c 100644
--- a/stream/tvi_vbi.c
+++ b/stream/tvi_vbi.c
@@ -1379,6 +1379,9 @@ static int decode_raw_line_runin(priv_vbi_t* priv,unsigned char* buf,unsigned ch
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_t* priv,unsigned char* buf,unsigned cha
return 1;
}
+#endif
/**
* \brief decodes all vbi lines from one video frame