[FFmpeg-cvslog] aactab.h: fix comment

Rostislav Pehlivanov git at videolan.org
Fri Nov 27 16:38:07 CET 2015


ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Fri Nov 27 15:36:57 2015 +0000| [591fbd629ef5fcff874a5cca8a9edd094f0c9ea4] | committer: Rostislav Pehlivanov

aactab.h: fix comment

Previous commit broke it.

Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=591fbd629ef5fcff874a5cca8a9edd094f0c9ea4
---

 libavcodec/aactab.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h
index 13c0607..e7d5d48 100644
--- a/libavcodec/aactab.h
+++ b/libavcodec/aactab.h
@@ -38,8 +38,8 @@
 #include <stdint.h>
 
 /* NOTE:
- * Tables in this file are shared by the AAC decoders and encoder */
-*/
+ * Tables in this file are shared by the AAC decoders and encoder
+ */
 
 extern AVOnce aac_table_init; /* Protects ff_aac_tableinit() */
 



More information about the ffmpeg-cvslog mailing list