From 409533622efc50e450cc1dbf7161b1561d11f0af Mon Sep 17 00:00:00 2001 From: David Conrad Date: Wed, 5 Sep 2007 00:24:10 +0000 Subject: [PATCH] Codec Private should be correct for all but Real codecs now Originally committed as revision 10340 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroskaenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 8acda3818f..19da547995 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) -- 2.11.0