summaryrefslogtreecommitdiff
path: root/src/opusfile-0.2
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-03-12 21:50:38 +0000
committerTim Angus <tim@ngus.net>2013-03-19 16:41:19 +0000
commitefd1b888101a4ba1e33e1ade69ca891019276468 (patch)
treeb0f39b271596a5241fd22ab001f83e0a0b5bba98 /src/opusfile-0.2
parent9ffe36a193581b5bd037cbe829e640cf79be6f9c (diff)
Fix some clang warnings
Diffstat (limited to 'src/opusfile-0.2')
-rw-r--r--src/opusfile-0.2/src/opusfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opusfile-0.2/src/opusfile.c b/src/opusfile-0.2/src/opusfile.c
index 31d013a9..812c2c45 100644
--- a/src/opusfile-0.2/src/opusfile.c
+++ b/src/opusfile-0.2/src/opusfile.c
@@ -2935,7 +2935,6 @@ static const float OP_STEREO_DOWNMIX[OP_NCHANNELS_MAX-2][OP_NCHANNELS_MAX][2]={
static int op_stereo_filter(OggOpusFile *_of,void *_dst,int _dst_sz,
op_sample *_src,int _nsamples,int _nchannels){
- _of=_of;
_nsamples=OP_MIN(_nsamples,_dst_sz>>1);
if(_nchannels==2)memcpy(_dst,_src,_nsamples*2*sizeof(*_src));
else{