Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
dd4b7bad
Commit
dd4b7bad
authored
Jul 22, 2017
by
foo86
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/dcaadpcm: fix use of uninitialized variable
Fixes CID 1409924.
parent
34fb84a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dcaadpcm.c
libavcodec/dcaadpcm.c
+1
-1
No files found.
libavcodec/dcaadpcm.c
View file @
dd4b7bad
...
...
@@ -80,7 +80,7 @@ static int64_t find_best_filter(const DCAADPCMEncContext *s, const int32_t *in,
{
const
premultiplied_coeffs
*
precalc_data
=
s
->
private_data
;
int
i
,
j
,
k
=
0
;
int
vq
;
int
vq
=
-
1
;
int64_t
err
;
int64_t
min_err
=
1ll
<<
62
;
int64_t
corr
[
15
];
...
...
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