mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/bitstream: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
945a440d11
commit
0f65503799
|
@ -108,7 +108,6 @@ static int alloc_table(VLC *vlc, int size, int use_static)
|
|||
|
||||
vlc->table_size += size;
|
||||
if (vlc->table_size > vlc->table_allocated) {
|
||||
int err;
|
||||
if (use_static)
|
||||
abort(); // cannot do anything, init_vlc() is used with too little memory
|
||||
vlc->table_allocated += (1 << vlc->bits);
|
||||
|
|
Loading…
Reference in New Issue