Commit 6b00c288 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: do not set a date in UTC format

We do not know how to display it anyway
parent 675fb725
...@@ -382,11 +382,11 @@ void matroska_segment_c::InformationCreate( ) ...@@ -382,11 +382,11 @@ void matroska_segment_c::InformationCreate( )
{ {
vlc_meta_SetTitle( sys.meta, psz_title ); vlc_meta_SetTitle( sys.meta, psz_title );
} }
#if 0
if( psz_date_utc ) if( psz_date_utc )
{ {
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