Commit df9ef925 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/agm: remove ;;

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 7ee7bb92
......@@ -943,7 +943,7 @@ static int make_new_tree(const uint8_t *bitlens, uint32_t *codes)
}
for (int i = 0; i < 256; i++) {
node_idx[i] = 257 + i;;
node_idx[i] = 257 + i;
}
curlen = 1;
......
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