]> git.sesse.net Git - ffmpeg/commit
avcodec/aactab: Fix conflicting types for ff_aac_codebook*
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 19 Nov 2020 15:50:44 +0000 (16:50 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 24 Nov 2020 10:35:03 +0000 (11:35 +0100)
commitc4b4cd775af0f4b83c34fd595c05d2fa99018323
tree0351d743c1f3e0737424061117787a2be5c3e5cf
parentb81e6437ca1bb9e637b98ea862fbcd17ef2a065a
avcodec/aactab: Fix conflicting types for ff_aac_codebook*

The header missed that these are arrays of const pointers (to const
data).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/aactab.h