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

conrad subversion
Wed Sep 5 02:24:10 CEST 2007


Author: conrad
Date: Wed Sep  5 02:24:10 2007
New Revision: 10340

Log:
Codec Private should be correct for all but Real codecs now


Modified:
   trunk/libavformat/matroskaenc.c

Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c	(original)
+++ trunk/libavformat/matroskaenc.c	Wed Sep  5 02:24:10 2007
@@ -457,7 +457,6 @@ static int mkv_write_tracks(AVFormatCont
             }
         }
 
-        // 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)




More information about the ffmpeg-cvslog mailing list