This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
222545cc7e
commit
591fbd629e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() */
Write
Preview
Loading…
Cancel
Save