Commit cbe5e36f 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
(cherry picked from commit 6b00c288897b76217f81cb61257ab460dea7d279)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 965a0bb5
...@@ -378,11 +378,11 @@ void matroska_segment_c::InformationCreate( ) ...@@ -378,11 +378,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