You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/bitstream: remove trivial assert
Fixed CID1224273 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -229,7 +229,6 @@ static int build_table(VLC *vlc, int table_nb_bits, int nb_codes,
|
|||||||
/* note: realloc has been done, so reload tables */
|
/* note: realloc has been done, so reload tables */
|
||||||
table = (volatile VLC_TYPE (*)[2])&vlc->table[table_index];
|
table = (volatile VLC_TYPE (*)[2])&vlc->table[table_index];
|
||||||
table[j][0] = index; //code
|
table[j][0] = index; //code
|
||||||
av_assert0(table[j][0] == index);
|
|
||||||
i = k-1;
|
i = k-1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user