Commit 16fceef9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: show title when in Information section

Close #6337
(cherry picked from commit 28a17b3a42ca3790d6701d230c8f586214bb8759)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1cf04757
...@@ -371,7 +371,6 @@ void matroska_segment_c::LoadTags( KaxTags *tags ) ...@@ -371,7 +371,6 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
*****************************************************************************/ *****************************************************************************/
void matroska_segment_c::InformationCreate( ) void matroska_segment_c::InformationCreate( )
{ {
#if 0
sys.meta = vlc_meta_New(); sys.meta = vlc_meta_New();
if( psz_title ) if( psz_title )
...@@ -382,6 +381,7 @@ void matroska_segment_c::InformationCreate( ) ...@@ -382,6 +381,7 @@ void matroska_segment_c::InformationCreate( )
{ {
vlc_meta_SetDate( sys.meta, psz_date_utc ); vlc_meta_SetDate( sys.meta, psz_date_utc );
} }
#if 0
if( psz_segment_filename ) if( psz_segment_filename )
{ {
......
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