[SCM] libav/experimental: Codec Private should be correct for all but Real codecs now

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


The following commit has been merged in the experimental branch:
commit 409533622efc50e450cc1dbf7161b1561d11f0af
Author: David Conrad <lessen42 at gmail.com>
Date:   Wed Sep 5 00:24:10 2007 +0000

    Codec Private should be correct for all but Real codecs now
    
    Originally committed as revision 10340 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 8acda38..19da547 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -457,7 +457,6 @@ static int mkv_write_tracks(AVFormatContext *s)
             }
         }
 
-        // XXX: CodecPrivate for vorbis, theora, aac, native mpeg4, ...
         if (native_id) {
             if (codec->codec_id == CODEC_ID_VORBIS || codec->codec_id == CODEC_ID_THEORA) {
                 if (put_xiph_codecpriv(pb, codec) < 0)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list