[vlc-commits] MKV: do not set a date in UTC format
Jean-Baptiste Kempf
git at videolan.org
Thu Aug 23 14:07:59 CEST 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 23 14:04:34 2012 +0200| [cbe5e36fc00053c8f5cf35ecf08f65025ab55a49] | committer: 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: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=cbe5e36fc00053c8f5cf35ecf08f65025ab55a49
---
modules/demux/mkv/matroska_segment.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mkv/matroska_segment.cpp b/modules/demux/mkv/matroska_segment.cpp
index d233799..937538f 100644
--- a/modules/demux/mkv/matroska_segment.cpp
+++ b/modules/demux/mkv/matroska_segment.cpp
@@ -378,11 +378,11 @@ void matroska_segment_c::InformationCreate( )
{
vlc_meta_SetTitle( sys.meta, psz_title );
}
+#if 0
if( psz_date_utc )
{
vlc_meta_SetDate( sys.meta, psz_date_utc );
}
-#if 0
if( psz_segment_filename )
{
More information about the vlc-commits
mailing list