mirror of https://github.com/mpv-player/mpv
remove unused variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18811 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
33368094e8
commit
6811f8c042
|
@ -132,7 +132,6 @@ static int write_buffer(unsigned char* data, int len) {
|
|||
* read is res * num_bufs * sizeof(float), where res is the return value.
|
||||
*/
|
||||
static int read_buffer(float **bufs, int cnt, int num_bufs) {
|
||||
int first_len = BUFFSIZE - read_pos;
|
||||
int buffered = buf_used();
|
||||
int i, j;
|
||||
if (cnt * sizeof(float) * num_bufs > buffered)
|
||||
|
|
Loading…
Reference in New Issue