Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
260dd07f
Commit
260dd07f
authored
Aug 20, 2009
by
Pierre
Browse files
dts: Initialize i_frame_size to a default value.
parent
72d74337
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/dts.c
View file @
260dd07f
...
...
@@ -581,7 +581,7 @@ static int SyncInfo( const uint8_t *p_buf,
unsigned
int
*
pi_frame_length
)
{
unsigned
int
i_audio_mode
;
unsigned
int
i_frame_size
;
unsigned
int
i_frame_size
=
0
;
/* 14 bits, little endian version of the bitstream */
if
(
p_buf
[
0
]
==
0xff
&&
p_buf
[
1
]
==
0x1f
&&
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment