Commit 4e3a5bc1 authored by Michael Niedermayer's avatar Michael Niedermayer

j2k: remove unreachable assert()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3630a075
......@@ -148,7 +148,6 @@ static int getnbctxno(int flag, int bandno, int vert_causal_ctx_csty_symbol)
if (h+v == 1) return 1;
return 0;
}
assert(0);
}
uint8_t ff_j2k_sgnctxno_lut[16][16], ff_j2k_xorbit_lut[16][16];
......
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