diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-11-27 15:00:13 +0000 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-11-27 15:00:13 +0000 |
commit | 222545cc7e09864d294b1af4d08305800a3bb684 (patch) | |
tree | 1be336b7dba9fb67398920178646119876f9870e /libavcodec/aactab.h | |
parent | 3d62e7a30fa552be52d12b31e3e0f79153aff891 (diff) | |
download | ffmpeg-222545cc7e09864d294b1af4d08305800a3bb684.tar.gz |
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>
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r-- | libavcodec/aactab.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index 05bbd5fab3..13c0607745 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -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 |