X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fatrac1.c;h=cd14ac02ab3095bd5270586cece4044452c082c5;hb=9023de342f88e961a3741753aff68925eebf884e;hp=da91316484f82ff1e6a4847dcacdad8c785a33b2;hpb=c0b47d1914a19abacdf1edf081cbf07485952920;p=ffmpeg diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c index da91316484f..cd14ac02ab3 100644 --- a/libavcodec/atrac1.c +++ b/libavcodec/atrac1.c @@ -246,7 +246,7 @@ static int at1_unpack_dequant(GetBitContext* gb, AT1SUCtx* su, */ spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant; } - } else { /* word_len = 0 -> empty BFU, zero all specs in the emty BFU */ + } else { /* word_len = 0 -> empty BFU, zero all specs in the empty BFU */ memset(&spec[pos], 0, num_specs * sizeof(float)); } }