[FFmpeg-cvslog] r10334 - trunk/libavformat/matroskaenc.c

conrad subversion
Wed Sep 5 02:23:57 CEST 2007


Author: conrad
Date: Wed Sep  5 02:23:57 2007
New Revision: 10334

Log:
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough


Modified:
   trunk/libavformat/matroskaenc.c

Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c	(original)
+++ trunk/libavformat/matroskaenc.c	Wed Sep  5 02:23:57 2007
@@ -525,7 +525,6 @@ static int mkv_write_header(AVFormatCont
         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




More information about the ffmpeg-cvslog mailing list