1. 22 Aug, 2015 3 commits
  2. 07 Aug, 2015 1 commit
    • Rostislav Pehlivanov's avatar
      aacenc: Move local encoder specific tables to a separate file · c47c781e
      Rostislav Pehlivanov authored
      This commit moves any tables specific to the encoder from aacenc
      and aaccoder to a separate file called 'aacenctab.c/.h'.
      This was done as a clean up attempt as the encoder was filled with
      tables pasted in between functions which made it confusing to follow
      and track where each table and definition had been used.
      This commit solves this by simply exporting the smaller tables out to
      the aacenctab.h while the larger ones are compiled using aacenctab.c
      and are referenced from the header file.
      Signed-off-by: 's avatarClaudio Freire <klaussfreire@gmail.com>
      c47c781e