git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f36e336
)
ffmpeg demux: Simplify
author
Rafaël Carré
<funman@videolan.org>
Sun, 9 Sep 2007 22:00:05 +0000
(22:00 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Sun, 9 Sep 2007 22:00:05 +0000
(22:00 +0000)
modules/codec/ffmpeg/demux.c
patch
|
blob
|
history
diff --git
a/modules/codec/ffmpeg/demux.c
b/modules/codec/ffmpeg/demux.c
index
7d53400
..
a783689
100644
(file)
--- a/
modules/codec/ffmpeg/demux.c
+++ b/
modules/codec/ffmpeg/demux.c
@@
-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;
}