mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
aactab.h: fix comment
Previous commit broke it. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
parent
222545cc7e
commit
591fbd629e
@ -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() */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user