changeset 2471:4f773fa51572 libavformat

Codec Private should be correct for all but Real codecs now
author conrad
date Wed, 05 Sep 2007 00:24:10 +0000
parents 159f87f699a5
children 0c66ab2e0b43
files matroskaenc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroskaenc.c	Wed Sep 05 00:24:08 2007 +0000
+++ b/matroskaenc.c	Wed Sep 05 00:24:10 2007 +0000
@@ -457,7 +457,6 @@
             }
         }
 
-        // 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)