Mercurial > libavformat.hg
changeset 6046:7b764d7a2938 libavformat
matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere
author | conrad |
---|---|
date | Sun, 23 May 2010 22:20:04 +0000 |
parents | 69289b8cf847 |
children | 4bedd06c54e2 |
files | matroskadec.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskadec.c Sun May 23 22:01:27 2010 +0000 +++ b/matroskadec.c Sun May 23 22:20:04 2010 +0000 @@ -1160,7 +1160,6 @@ 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. */