diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-26 12:28:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-26 12:28:31 +0100 |
commit | ac021fdc40631f77a727f076f8748f89109c785b (patch) | |
tree | a51ba691da5f29c81d3ea61848b2938236f88ec2 /libavcodec/twinvq.h | |
parent | 0290a646ac662a8552dfdb2de4887cac7a79acd1 (diff) | |
parent | 56d061ce9da954560892e3551513d5ecc0439846 (diff) | |
download | ffmpeg-ac021fdc40631f77a727f076f8748f89109c785b.tar.gz |
Merge commit '56d061ce9da954560892e3551513d5ecc0439846'
* commit '56d061ce9da954560892e3551513d5ecc0439846':
metasound: add last missing modes (8kHz @ 6kbps per channel)
Conflicts:
Changelog
doc/general.texi
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/twinvq.h')
-rw-r--r-- | libavcodec/twinvq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/twinvq.h b/libavcodec/twinvq.h index 9ff355470e..c4e9688d46 100644 --- a/libavcodec/twinvq.h +++ b/libavcodec/twinvq.h @@ -141,6 +141,8 @@ typedef struct TwinVQContext { const TwinVQModeTab *mtab; + int is_6kbps; + // history float lsp_hist[2][20]; ///< LSP coefficients of the last frame float bark_hist[3][2][40]; ///< BSE coefficients of last frame |