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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@octasic.com>2011-01-31 21:27:21 +0300
committerJean-Marc Valin <jean-marc.valin@octasic.com>2011-01-31 21:27:21 +0300
commitb35807d75a77f0a27fa8d459ce79a5ff9103b569 (patch)
treecb3009d2df701375910732cde58e1cda95141927 /tools
parent00a98f5debf8ccd3ec64732f0c2592bb5cf42a2c (diff)
No longer extracting the frame size from the mode to build the header
Diffstat (limited to 'tools')
-rw-r--r--tools/celtenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/celtenc.c b/tools/celtenc.c
index 458fe6f..5a8be45 100644
--- a/tools/celtenc.c
+++ b/tools/celtenc.c
@@ -508,7 +508,7 @@ int main(int argc, char **argv)
/*celt_mode_info(mode, CELT_GET_FRAME_SIZE, &frame_size);*/
- celt_header_init(&header, mode, chan);
+ celt_header_init(&header, mode, frame_size, chan);
header.nb_channels = chan;
{