[SCM] libav/experimental: Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:06:28 UTC 2013


The following commit has been merged in the experimental branch:
commit 440e0901218e0f9ba96e5e55fc81e62a371ebf2a
Author: David Conrad <lessen42 at gmail.com>
Date:   Wed Sep 5 00:23:57 2007 +0000

    Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough
    
    Originally committed as revision 10334 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index b6cbb0b..c1b6057 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list