mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue