Commit 8d299307 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/ilbcdec: fix typo, fixes CID 1439653

parent 0f36ad51
......@@ -135,7 +135,7 @@ static int unpack_frame(ILBCContext *s)
frame->lsf[1] = get_bits(gb, 7);
frame->lsf[2] = get_bits(gb, 7);
if (s->mode = 20) {
if (s->mode == 20) {
frame->start = get_bits(gb, 2);
frame->state_first = get_bits1(gb);
frame->ifm = get_bits(gb, 6);
......
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