1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00
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
This commit is contained in:
voroshil 2007-09-03 14:21:53 +00:00
parent 7b9f20c0ab
commit a027248c5f

View File

@ -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