Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Klingbeil
Opus
Commits
0d57a5dc
Commit
0d57a5dc
authored
12 years ago
by
Gregory Maxwell
Browse files
Options
Downloads
Patches
Plain Diff
Disable silk_get_TOC in the code, as it's not used or exposed.
parent
622046c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
silk/API.h
+2
-0
2 additions, 0 deletions
silk/API.h
silk/dec_API.c
+2
-0
2 additions, 0 deletions
silk/dec_API.c
with
4 additions
and
0 deletions
silk/API.h
+
2
−
0
View file @
0d57a5dc
...
...
@@ -121,6 +121,7 @@ opus_int silk_Decode( /* O Returns error co
opus_int32
*
nSamplesOut
/* O Number of samples decoded */
);
#if 0
/**************************************/
/* Get table of contents for a packet */
/**************************************/
...
...
@@ -130,6 +131,7 @@ opus_int silk_get_TOC(
const opus_int nFramesPerPayload, /* I Number of SILK frames per payload */
silk_TOC_struct *Silk_TOC /* O Type of content */
);
#endif
#ifdef __cplusplus
}
...
...
This diff is collapsed.
Click to expand it.
silk/dec_API.c
+
2
−
0
View file @
0d57a5dc
...
...
@@ -340,6 +340,7 @@ opus_int silk_Decode( /* O Returns error co
return
ret
;
}
#if 0
/* Getting table of contents for a packet */
opus_int silk_get_TOC(
const opus_uint8 *payload, /* I Payload data */
...
...
@@ -371,3 +372,4 @@ opus_int silk_get_TOC(
return ret;
}
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment