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
e0a99d54
Commit
e0a99d54
authored
Dec 29, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msmpeg4enc: fix possible use of uninitialized warning
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
2fbc8ea0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
msmpeg4enc.c
libavcodec/msmpeg4enc.c
+1
-1
No files found.
libavcodec/msmpeg4enc.c
View file @
e0a99d54
...
@@ -494,7 +494,7 @@ void ff_msmpeg4_encode_mb(MpegEncContext * s,
...
@@ -494,7 +494,7 @@ void ff_msmpeg4_encode_mb(MpegEncContext * s,
static
void
msmpeg4_encode_dc
(
MpegEncContext
*
s
,
int
level
,
int
n
,
int
*
dir_ptr
)
static
void
msmpeg4_encode_dc
(
MpegEncContext
*
s
,
int
level
,
int
n
,
int
*
dir_ptr
)
{
{
int
sign
,
code
;
int
sign
,
code
;
int
pred
,
extquant
;
int
pred
,
av_uninit
(
extquant
)
;
int
extrabits
=
0
;
int
extrabits
=
0
;
int16_t
*
dc_val
;
int16_t
*
dc_val
;
...
...
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