Commit 75ebd702 authored by Rafaël Carré's avatar Rafaël Carré

ffmpeg demux: Simplify

parent f36e3361
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment