Commit 3a85e79e authored by diego's avatar diego

Remove unused variable, fixes the warning:

libavcodec/atrac3.c:195: warning: unused variable ‘s’


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19932 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 53e515df
......@@ -192,7 +192,6 @@ static int decode_bytes(const uint8_t* inbuffer, uint8_t* out, int bytes){
static av_cold void init_atrac3_transforms(ATRAC3Context *q) {
float enc_window[256];
float s;
int i;
/* Generate the mdct window, for details see
......
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