Mercurial > libavformat.hg
changeset 2465:6a7f57bac0b2 libavformat
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough
author | conrad |
---|---|
date | Wed, 05 Sep 2007 00:23:57 +0000 |
parents | 84e8a36ab497 |
children | 6395824043bd |
files | matroskaenc.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskaenc.c Wed Sep 05 00:23:55 2007 +0000 +++ b/matroskaenc.c Wed Sep 05 00:23:57 2007 +0000 @@ -525,7 +525,6 @@ put_ebml_string(pb, MATROSKA_ID_TITLE, s->title); if (!(s->streams[0]->codec->flags & CODEC_FLAG_BITEXACT)) { put_ebml_string(pb, MATROSKA_ID_MUXINGAPP, LIBAVFORMAT_IDENT); - // XXX: both are required; something better for writing app? put_ebml_string(pb, MATROSKA_ID_WRITINGAPP, LIBAVFORMAT_IDENT); } // XXX: segment UID