Browse Source

aactab.h: update and correct comment

Tables in that file have been used by both for a long time now.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
tags/n3.0
Rostislav Pehlivanov 10 years ago
parent
commit
222545cc7e
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      libavcodec/aactab.h

+ 4
- 5
libavcodec/aactab.h View File

@@ -37,12 +37,11 @@

#include <stdint.h>

extern AVOnce aac_table_init; /* Protects ff_aac_tableinit() */

/* NOTE:
* Tables in this file are used by the AAC decoder and will be used by the AAC
* encoder.
*/
* Tables in this file are shared by the AAC decoders and encoder */
*/

extern AVOnce aac_table_init; /* Protects ff_aac_tableinit() */

/* @name ltp_coef
* Table of the LTP coefficients


Loading…
Cancel
Save