aactab.h: fix comment

Previous commit broke it.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
Rostislav Pehlivanov 2015-11-27 15:36:57 +00:00
parent 222545cc7e
commit 591fbd629e

View File

@ -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() */