mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avcodec/nellymoserenc: update comment to match 5c805d69a4
Found-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
454b714283
commit
bd7d8604bd
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ typedef struct NellyMoserEncodeContext {
|
|||
uint8_t (*path)[OPT_SIZE];
|
||||
} NellyMoserEncodeContext;
|
||||
|
||||
static float pow_table[POW_TABLE_SIZE]; ///< -pow(2, -i / 2048.0 - 3.0);
|
||||
static float pow_table[POW_TABLE_SIZE]; ///< pow(2, -i / 2048.0 - 3.0);
|
||||
|
||||
static const uint8_t sf_lut[96] = {
|
||||
0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue