Commit 16c72e97 authored by Eric Wong's avatar Eric Wong

inputPlugins/oggflac_plugin.c: remove unused var

git-svn-id: https://svn.musicpd.org/mpd/trunk@4389 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 0bf396d6
......@@ -166,7 +166,6 @@ static FLAC__StreamDecoderWriteStatus oggflacWrite(
int c_samp, c_chan, d_samp;
int i;
float timeChange;
const int bytesPerSample = data->dc->audioFormat.bits/8;
timeChange = ((float)samples)/frame->header.sample_rate;
data->time+= timeChange;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment