[FFmpeg-soc] [soc]: r535 - matroska/matroskaenc.c
conrad
subversion at mplayerhq.hu
Thu Jul 26 02:05:37 CEST 2007
Author: conrad
Date: Thu Jul 26 02:05:36 2007
New Revision: 535
Log:
Codec Private should be correct for all but Real codecs now
Modified:
matroska/matroskaenc.c
Modified: matroska/matroskaenc.c
==============================================================================
--- matroska/matroskaenc.c (original)
+++ matroska/matroskaenc.c Thu Jul 26 02:05:36 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-soc
mailing list