Re: [FFmpeg-devel] [PATCH 18/21] avcodec/smacker: Use symbols table

2020-08-01 Thread Paul B Mahol
On 8/1/20, Andreas Rheinhardt wrote: > Up until now, the return value of get_vlc2() has been used as an index > in an array that contained the value one is really interested in. Yet > since b613bacca9c256f1483c46847f713e47a0e9a5f6 this is no longer > necessary, as one can store the value that is r

[FFmpeg-devel] [PATCH 18/21] avcodec/smacker: Use symbols table

2020-08-01 Thread Andreas Rheinhardt
Up until now, the return value of get_vlc2() has been used as an index in an array that contained the value one is really interested in. Yet since b613bacca9c256f1483c46847f713e47a0e9a5f6 this is no longer necessary, as one can store the value that is right now stored in the array in the VLC intern