vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri 
Apr  6 12:49:37 2012 +0200| [16fceef96325da5480d573680f9a2a73b92b3cda] | 
committer: Jean-Baptiste Kempf

MKV: show title when in Information section

Close #6337
(cherry picked from commit 28a17b3a42ca3790d6701d230c8f586214bb8759)

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=16fceef96325da5480d573680f9a2a73b92b3cda
---

 modules/demux/mkv/matroska_segment.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/mkv/matroska_segment.cpp 
b/modules/demux/mkv/matroska_segment.cpp
index 4274ccb..86cd07f 100644
--- a/modules/demux/mkv/matroska_segment.cpp
+++ b/modules/demux/mkv/matroska_segment.cpp
@@ -371,7 +371,6 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
  *****************************************************************************/
 void matroska_segment_c::InformationCreate( )
 {
-#if 0
     sys.meta = vlc_meta_New();
 
     if( psz_title )
@@ -382,6 +381,7 @@ void matroska_segment_c::InformationCreate( )
     {
         vlc_meta_SetDate( sys.meta, psz_date_utc );
     }
+#if 0
 
     if( psz_segment_filename )
     {

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to