Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
75ebd702
Commit
75ebd702
authored
Sep 09, 2007
by
Rafaël Carré
Browse files
ffmpeg demux: Simplify
parent
f36e3361
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/ffmpeg/demux.c
View file @
75ebd702
...
...
@@ -266,11 +266,7 @@ int E_(OpenDemux)( vlc_object_t *p_this )
module_Unneed
(
p_demux
,
p_meta
);
}
vlc_object_release
(
p_input
);
return
VLC_SUCCESS
;
}
if
(
p_input
)
vlc_object_release
(
p_input
);
return
VLC_SUCCESS
;
}
...
...
Write
Preview
Supports
Markdown
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