[vlc-commits] MKV: show title when in Information section

Jean-Baptiste Kempf git at videolan.org
Fri Apr 6 12:49:36 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr  6 12:49:37 2012 +0200| [28a17b3a42ca3790d6701d230c8f586214bb8759] | committer: Jean-Baptiste Kempf

MKV: show title when in Information section

Close #6337

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=28a17b3a42ca3790d6701d230c8f586214bb8759
---

 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 beac069..637c5f7 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 )
     {



More information about the vlc-commits mailing list