Commit eecdfa6b authored by conrad's avatar conrad

Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10334 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7c39a012
......@@ -525,7 +525,6 @@ static int mkv_write_header(AVFormatContext *s)
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
......
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