Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fdk-aac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
fdk-aac
Commits
9d0179c8
Commit
9d0179c8
authored
Apr 20, 2016
by
Glenn Kasten
Committed by
Gerrit Code Review
Apr 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Add default case for undefined pointer initialization"
parents
6ae54806
1dd76496
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libSBRdec/src/env_extr.cpp
libSBRdec/src/env_extr.cpp
+3
-0
No files found.
libSBRdec/src/env_extr.cpp
View file @
9d0179c8
...
...
@@ -904,6 +904,9 @@ static const FRAME_INFO v_frame_info4_8 = { 0, 4, {0, 2, 4, 6, 8}, {1, 1, 1, 1},
break
;
default:
FDK_ASSERT
(
0
);
/* in case assertion checks are disabled, force a definite memory fault at first access */
pTable
=
NULL
;
break
;
}
/* look number of envelopes in table */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment