mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 13:32:10 +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;
|
i += i;
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(k <= 8);
|
|
||||||
|
|
||||||
v = get_sr_golomb(gb, k, 12, bits);
|
v = get_sr_golomb(gb, k, 12, bits);
|
||||||
av_dlog(NULL, "v:%d bias:%d error:%d drift:%d count:%d k:%d",
|
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);
|
v, state->bias, state->error_sum, state->drift, state->count, k);
|
||||||
|
Loading…
Reference in New Issue
Block a user