mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
j2k: remove unreachable assert()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user