Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
968ce701
Commit
968ce701
authored
Jun 17, 2010
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
matroskademux: Fix an uninitialized variable compiler warning
parent
f44e5e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gst/matroska/matroska-demux.c
gst/matroska/matroska-demux.c
+1
-0
No files found.
gst/matroska/matroska-demux.c
View file @
968ce701
...
...
@@ -6442,6 +6442,7 @@ gst_matroska_demux_audio_caps (GstMatroskaTrackAudioContext *
guint
obj_type
,
freq_index
,
explicit_freq_bytes
=
0
;
codec_id
=
GST_MATROSKA_CODEC_ID_AUDIO_AAC_MPEG4
;
mpegversion
=
4
;
freq_index
=
(
GST_READ_UINT16_BE
(
context
->
codec_priv
)
&
0x780
)
>>
7
;
obj_type
=
(
GST_READ_UINT16_BE
(
context
->
codec_priv
)
&
0xF800
)
>>
11
;
if
(
freq_index
==
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