mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
ffv1dec: remove incorrect assert()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3616afced6
commit
0560b28f12
@ -78,8 +78,6 @@ static inline int get_vlc_symbol(GetBitContext *gb, VlcState *const state,
|
||||
i += i;
|
||||
}
|
||||
|
||||
assert(k <= 8);
|
||||
|
||||
v = get_sr_golomb(gb, k, 12, bits);
|
||||
av_dlog(NULL, "v:%d bias:%d error:%d drift:%d count:%d k:%d",
|
||||
v, state->bias, state->error_sum, state->drift, state->count, k);
|
||||
|
Loading…
Reference in New Issue
Block a user