Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2013-11-18 15:07:14 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-26 11:29:42 +0400
commit56d061ce9da954560892e3551513d5ecc0439846 (patch)
tree997058b72819c43a81c3d9289699fa9cb1ab31e5 /libavcodec/twinvq.h
parentde44dfc7c0ec02bda7d846ef713145c890bfae3f (diff)
metasound: add last missing modes (8kHz @ 6kbps per channel)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/twinvq.h')
-rw-r--r--libavcodec/twinvq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/twinvq.h b/libavcodec/twinvq.h
index f6b3942ff2..7601e5ba53 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