Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
75d5c41f
Commit
75d5c41f
authored
Apr 17, 2011
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avidemux: fix 'variable may be used uninitialized' warnings caused by -DG_DISABLE_ASSERT
parent
5c9e2646
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/avi/gstavidemux.c
gst/avi/gstavidemux.c
+1
-1
No files found.
gst/avi/gstavidemux.c
View file @
75d5c41f
...
...
@@ -2248,7 +2248,7 @@ gst_avi_demux_parse_stream (GstAviDemux * avi, GstBuffer * buf)
break
;
}
default:
g_
assert_not
_reached
();
g_
return_val_if
_reached
(
FALSE
);
}
/* no caps means no stream */
...
...
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