[FFmpeg-cvslog] r22715 - trunk/libavcodec/bitstream.c
Måns Rullgård
mans
Sun May 2 18:36:24 CEST 2010
lorenm <subversion at mplayerhq.hu> writes:
> @@ -258,6 +275,9 @@ int init_vlc_sparse(VLC *vlc, int nb_bit
> const void *symbols, int symbols_wrap, int symbols_size,
> int flags)
> {
> + VLCcode buf[nb_codes];
Sorry for not noticing this earlier, but is there any way that
variable-length array could be removed? Such beasts are made of pure
evil. We should be slaying them, not helping them spread.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list