[vlc-devel] commit: Fix metadata reading ( Rafaël Carré )
git version control
git at videolan.org
Thu Apr 17 01:15:12 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Apr 17 01:15:57 2008 +0200| [dee3c9c5baaac2a0017d5816f9b3c7637386b45b]
Fix metadata reading
Caution: other pieces of code may have been randomly deleted in
920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dee3c9c5baaac2a0017d5816f9b3c7637386b45b
---
src/input/input.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index ccef8f8..0065b71 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -1228,6 +1228,8 @@ static int Init( input_thread_t * p_input )
/* Access_file does not give any meta, and there are no slave */
AccessMeta( p_input, p_meta );
+ InputUpdateMeta( p_input, p_meta );
+
if( !p_input->b_preparsing )
{
msg_Dbg( p_input, "`%s' successfully opened",
More information about the vlc-devel
mailing list