summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2015-11-27 15:36:57 +0000
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-11-27 15:36:57 +0000
commit591fbd629ef5fcff874a5cca8a9edd094f0c9ea4 (patch)
tree9630e67c34ddf291a246bdbdf3f6feffa943efe3 /libavcodec
parent222545cc7e09864d294b1af4d08305800a3bb684 (diff)
downloadffmpeg-streaming-591fbd629ef5fcff874a5cca8a9edd094f0c9ea4.zip
ffmpeg-streaming-591fbd629ef5fcff874a5cca8a9edd094f0c9ea4.tar.gz
aactab.h: fix comment
Previous commit broke it. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/aactab.h4
1 files 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() */
OpenPOWER on IntegriCloud