Browse Source

aactab.h: fix comment

Previous commit broke it.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
tags/n3.0
Rostislav Pehlivanov 10 years ago
parent
commit
591fbd629e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/aactab.h

+ 2
- 2
libavcodec/aactab.h 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() */



Loading…
Cancel
Save