ffmpeg | branch: master | Rostislav Pehlivanov <atomnu...@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 <atomnu...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to