[FFmpeg-cvslog] aactab.h: update and correct comment
Rostislav Pehlivanov
git at videolan.org
Fri Nov 27 16:01:20 CET 2015
ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Fri Nov 27 15:00:13 2015 +0000| [222545cc7e09864d294b1af4d08305800a3bb684] | committer: Rostislav Pehlivanov
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 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=222545cc7e09864d294b1af4d08305800a3bb684
---
libavcodec/aactab.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index 05bbd5f..13c0607 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
More information about the ffmpeg-cvslog
mailing list