mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
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
This commit is contained in:
parent
7b9f20c0ab
commit
a027248c5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user