[FFmpeg-cvslog] r23275 - trunk/libavformat/matroskadec.c
conrad
subversion
Mon May 24 00:20:04 CEST 2010
Author: conrad
Date: Mon May 24 00:20:04 2010
New Revision: 23275
Log:
matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere
Modified:
trunk/libavformat/matroskadec.c
Modified: trunk/libavformat/matroskadec.c
==============================================================================
--- trunk/libavformat/matroskadec.c Mon May 24 00:07:22 2010 (r23274)
+++ trunk/libavformat/matroskadec.c Mon May 24 00:20:04 2010 (r23275)
@@ -1160,7 +1160,6 @@ static int matroska_read_header(AVFormat
if (i >= FF_ARRAY_ELEMS(matroska_doctypes)) {
av_log(s, AV_LOG_WARNING, "Unknown EBML doctype '%s'\n", ebml.doctype);
}
- av_metadata_set2(&s->metadata, "doctype", ebml.doctype, 0);
ebml_free(ebml_syntax, &ebml);
/* The next thing is a segment. */
More information about the ffmpeg-cvslog
mailing list